#A21407

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

Shades of Dark Red #A21407

Tints of Dark Red #A21407

Color information

#A21407 (or 0xA21407) is unknown color: approx Dark Red. HEX triplet: A2, 14 and 07. RGB value is (162,20,7). Sum of RGB (Red+Green+Blue) = 162+20+7=189 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.71% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 162 - color contains mainly: red. Hex color #A21407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21407 is #5DEBF8. Grayscale: #3D3D3D. Windows color (decimal): -6155257 or 464034. OLE color: 464034.

HSL color Cylindrical-coordinate representation of color #A21407: hue angle of 5.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A21407 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB162207-
CMYK00.880.960.36
HSL5.03º91.72%33.14%-
HSV(B)5.03º95.68%63.53%-
XYZ15.198.20.98-
YUV60.9897.54200.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.71%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=85.71%
G=10.58%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16220700.880.960.365.0391.7233.14
HexA2147058602455c21
Octal242247013014044513441
Binary10100010101001110101100011000001001001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21407; }

 p { color: rgb(162,20,7); }

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

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

 a { background-color: rgb(162,20,7); }

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

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

 span { border-color: rgb(162,20,7); }

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