#D24204

Color #D24204 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D24204

Tints of Tenne (Tawny) #D24204

Color information

#D24204 (or 0xD24204) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 42 and 04. RGB value is (210,66,4). Sum of RGB (Red+Green+Blue) = 210+66+4=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D24204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24204 is #2DBDFB. Grayscale: #666666. Windows color (decimal): -2997756 or 279250. OLE color: 279250.

HSL color Cylindrical-coordinate representation of color #D24204: hue angle of 18.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D24204 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB210664-
CMYK00.690.980.18
HSL18.06º96.26%41.96%-
HSV(B)18.06º98.1%82.35%-
XYZ28.5517.612.01-
YUV101.9972.71205.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 75%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=75%
G=23.57%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21066400.690.980.1818.0696.2641.96
HexD2424045621212602a
Octal32210240105142222214052
Binary11010010100001010001000101110001010010100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24204; }

 p { color: rgb(210,66,4); }

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

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

 a { background-color: rgb(210,66,4); }

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

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

 span { border-color: rgb(210,66,4); }

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