#a21f25

Color #A21F25 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A21F25

Tints of Bright Red #A21F25

Color information

#A21F25 (or 0xA21F25) is unknown color: approx Bright Red. HEX triplet: A2, 1F and 25. RGB value is (162,31,37). Sum of RGB (Red+Green+Blue) = 162+31+37=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F25 is #5DE0DA. Grayscale: #464646. Windows color (decimal): -6152411 or 2432930. OLE color: 2432930.

HSL color Cylindrical-coordinate representation of color #A21F25: hue angle of 357.25º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F25 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1623137-
CMYK00.810.770.36
HSL357.25º67.88%37.84%-
HSV(B)357.25º80.86%63.53%-
XYZ15.728.792.62-
YUV70.85108.9193.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 70.43%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=70.43%
G=13.48%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162313700.810.770.36357.2567.8837.84
HexA21F250514D241654426
Octal242374501211154454510446
Binary10100010111111001010101000110011011001001011001011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21f25; }

 p { color: rgb(162,31,37); }

 H1.HeaderClassName
 {
   color: #a21f25;
 }
 .AnyTagClassName
 {
   color: #a21f25;
 }
</style>
background-color css

<style>
 a { background-color: #a21f25; }

 a { background-color: rgb(162,31,37); }

 div.DivClassName
 {
   background-color: #a21f25;
 }
 .BgClassName
 {
   background-color: #a21f25;
 }
</style>
border-color css

<style>
 span { border-color: #a21f25; }

 span { border-color: rgb(162,31,37); }

 td.TdClassName
 {
   border-color: #a21f25;
 }
 .TagClassName
 {
   border-color: #a21f25;
 }
</style>