Html Css Color HEX #D24D11 Tenne (Tawny)

📋 copy color: '#D24D11'

red 210 ◦ green 77 ◦ blue 17

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

Shades of Tenne (Tawny) #D24D11

Tints of Tenne (Tawny) #D24D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 69.08%
G = 25.33%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24D11 (or 0xD24D11) is known color: Tenne (Tawny). HEX triplet: D2, 4D and 11. RGB value is (210,77,17). Sum of RGB (Red+Green+Blue) = 210+77+17=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24D11 is #2DB2EE. Grayscale: #6E6E6E. Windows color (decimal): -2994927 or 1134034. OLE color: 1134034.

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

Color convert

RGB 210 77 17 -
CMYK 0 0.63 0.92 0.18
HSL 18.65º 0.85% 0.45% -
HSV(B) 18.65º 0.92% 0.82% -
XYZ 29.33 19.05 2.66 -
YUV 109.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 210 77 17 0 0.63 0.92 0.18 18.65 0.85 0.45
Hex D2 4D 11 0 3F 5C 12 13 55 2D
Octal 322 115 21 0 77 134 22 23 125 55
Binary 11010010 1001101 10001 0 111111 1011100 10010 10011 1010101 101101

Color Harmonies of #D24D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D11

Black with #D24D11

Text Example


Text Example

White with #D24D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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