#A21A24

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

Shades of Bright Red #A21A24

Tints of Bright Red #A21A24

Color information

#A21A24 (or 0xA21A24) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 24. RGB value is (162,26,36). Sum of RGB (Red+Green+Blue) = 162+26+36=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A24 is #5DE5DB. Grayscale: #434343. Windows color (decimal): -6153692 or 2366114. OLE color: 2366114.

HSL color Cylindrical-coordinate representation of color #A21A24: hue angle of 355.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A24 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1622636-
CMYK00.840.780.36
HSL355.59º72.34%36.86%-
HSV(B)355.59º83.95%63.53%-
XYZ15.598.552.5-
YUV67.8110.06195.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 26 (10.55% from 255) = 11.61%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=72.32%
G=11.61%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162263600.840.780.36355.5972.3436.86
HexA21A240544E241644825
Octal242324401241164454411045
Binary10100010110101001000101010010011101001001011001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A24; }

 p { color: rgb(162,26,36); }

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

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

 a { background-color: rgb(162,26,36); }

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

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

 span { border-color: rgb(162,26,36); }

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