Html Css Color HEX #D24508 Tenne (Tawny)

📋 copy color: '#D24508'

red 210 ◦ green 69 ◦ blue 8

#D24508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D24508

Tints of Tenne (Tawny) #D24508

RGB

 RED value IS 210 (82.42% from 255) = 73.17%

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 73.17%
G = 24.04%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D24508 (or 0xD24508) is known color: Tenne (Tawny). HEX triplet: D2, 45 and 08. RGB value is (210,69,8). Sum of RGB (Red+Green+Blue) = 210+69+8=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D24508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24508 is #2DBAF7. Grayscale: #686868. Windows color (decimal): -2996984 or 542162. OLE color: 542162.

HSL color Cylindrical-coordinate representation of color #D24508: hue angle of 18.12º 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 #D24508 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 8 -
CMYK 0 0.67 0.96 0.18
HSL 18.12º 0.93% 0.43% -
HSV(B) 18.12º 0.96% 0.82% -
XYZ 28.75 17.98 2.18 -
YUV 104.21 73.71 203.46 -
System Red Green Blue C M Y K H S L
Decimal 210 69 8 0 0.67 0.96 0.18 18.12 0.93 0.43
Hex D2 45 8 0 43 60 12 12 5D 2B
Octal 322 105 10 0 103 140 22 22 135 53
Binary 11010010 1000101 1000 0 1000011 1100000 10010 10010 1011101 101011

Color Harmonies of #D24508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24508

Black with #D24508

Text Example


Text Example

White with #D24508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24508; }

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

 H1.HeaderClassName
 {
   color: #D24508;
 }
 .AnyTagClassName
 {
   color: #D24508;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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