#D24F08

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

Shades of Tenne (Tawny) #D24F08

Tints of Tenne (Tawny) #D24F08

Color information

#D24F08 (or 0xD24F08) is unknown color: approx Tenne (Tawny). HEX triplet: D2, 4F and 08. RGB value is (210,79,8). Sum of RGB (Red+Green+Blue) = 210+79+8=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24F08 is #2DB0F7. Grayscale: #6E6E6E. Windows color (decimal): -2994424 or 544722. OLE color: 544722.

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

Color convert

RGB210798-
CMYK00.620.960.18
HSL21.09º92.66%42.75%-
HSV(B)21.09º96.19%82.35%-
XYZ29.4219.312.41-
YUV110.0870.4199.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 70.71%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 8 (3.52% from 255) = 2.69%
R=70.71%
G=26.60%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21079800.620.960.1821.0992.6642.75
HexD24F803E6012155d2b
Octal32211710076140222513553
Binary11010010100111110000111110110000010010101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24F08; }

 p { color: rgb(210,79,8); }

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

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

 a { background-color: rgb(210,79,8); }

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

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

 span { border-color: rgb(210,79,8); }

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