Html Css Color HEX #D24D12 Tenne (Tawny)

📋 copy color: '#D24D12'

red 210 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #D24D12

Tints of Tenne (Tawny) #D24D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 68.85%
G = 25.25%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D24D12 (or 0xD24D12) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 12. RGB value is (210,77,18). Sum of RGB (Red+Green+Blue) = 210+77+18=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D12 is #2DB2ED. Grayscale: #6E6E6E. Windows color (decimal): -2994926 or 1199570. OLE color: 1199570.

HSL color Cylindrical-coordinate representation of color #D24D12: hue angle of 18.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24D12 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 18 -
CMYK 0 0.63 0.91 0.18
HSL 18.44º 0.84% 0.45% -
HSV(B) 18.44º 0.91% 0.82% -
XYZ 29.34 19.05 2.7 -
YUV 110.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 210 77 18 0 0.63 0.91 0.18 18.44 0.84 0.45
Hex D2 4D 12 0 3F 5B 12 12 54 2D
Octal 322 115 22 0 77 133 22 22 124 55
Binary 11010010 1001101 10010 0 111111 1011011 10010 10010 1010100 101101

Color Harmonies of #D24D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D12

Black with #D24D12

Text Example


Text Example

White with #D24D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D12; }

 p { color: rgb(210,77,18); }

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

background-color css

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

 a { background-color: rgb(210,77,18); }

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

border-color css

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

 span { border-color: rgb(210,77,18); }

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