#A21A21

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

Shades of Bright Red #A21A21

Tints of Bright Red #A21A21

Color information

#A21A21 (or 0xA21A21) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 21. RGB value is (162,26,33). Sum of RGB (Red+Green+Blue) = 162+26+33=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A21 is #5DE5DE. Grayscale: #434343. Windows color (decimal): -6153695 or 2169506. OLE color: 2169506.

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

Color convert

RGB1622633-
CMYK00.840.800.36
HSL356.91º72.34%36.86%-
HSV(B)356.91º83.95%63.53%-
XYZ15.548.532.27-
YUV67.46108.56195.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=73.30%
G=11.76%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162263300.840.800.36356.9172.3436.86
HexA21A2105450241654825
Octal242324101241204454511045
Binary10100010110101000010101010010100001001001011001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A21; }

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

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

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

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

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

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

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

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