#A21E24

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

Shades of Bright Red #A21E24

Tints of Bright Red #A21E24

Color information

#A21E24 (or 0xA21E24) is unknown color: approx Bright Red. HEX triplet: A2, 1E and 24. RGB value is (162,30,36). Sum of RGB (Red+Green+Blue) = 162+30+36=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E24 is #5DE1DB. Grayscale: #464646. Windows color (decimal): -6152668 or 2367138. OLE color: 2367138.

HSL color Cylindrical-coordinate representation of color #A21E24: hue angle of 357.27º degrees, saturation: 0.69, 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 #A21E24 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1623036-
CMYK00.810.780.36
HSL357.27º68.75%37.65%-
HSV(B)357.27º81.48%63.53%-
XYZ15.688.742.53-
YUV70.15108.73193.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.05%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=71.05%
G=13.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162303600.810.780.36357.2768.7537.65
HexA21E240514E241654526
Octal242364401211164454510546
Binary10100010111101001000101000110011101001001011001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E24; }

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

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

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

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

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

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

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

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