#A21E20

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

Shades of Bright Red #A21E20

Tints of Bright Red #A21E20

Color information

#A21E20 (or 0xA21E20) is unknown color: approx Bright Red. HEX triplet: A2, 1E and 20. RGB value is (162,30,32). Sum of RGB (Red+Green+Blue) = 162+30+32=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E20 is #5DE1DF. Grayscale: #454545. Windows color (decimal): -6152672 or 2104994. OLE color: 2104994.

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

Color convert

RGB1623032-
CMYK00.810.800.36
HSL359.09º68.75%37.65%-
HSV(B)359.09º81.48%63.53%-
XYZ15.638.712.22-
YUV69.7106.73193.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=72.32%
G=13.39%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162303200.810.800.36359.0968.7537.65
HexA21E2005150241674526
Octal242364001211204454710546
Binary10100010111101000000101000110100001001001011001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E20; }

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

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

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

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

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

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

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

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