Html Css Color HEX #D24C11 Tenne (Tawny)

📋 copy color: '#D24C11'

red 210 ◦ green 76 ◦ blue 17

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

Shades of Tenne (Tawny) #D24C11

Tints of Tenne (Tawny) #D24C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

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

R = 69.31%
G = 25.08%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24C11 (or 0xD24C11) is known color: Tenne (Tawny). HEX triplet: D2, 4C and 11. RGB value is (210,76,17). Sum of RGB (Red+Green+Blue) = 210+76+17=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24C11 is #2DB3EE. Grayscale: #6D6D6D. Windows color (decimal): -2995183 or 1133778. OLE color: 1133778.

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

Color convert

RGB 210 76 17 -
CMYK 0 0.64 0.92 0.18
HSL 18.34º 0.85% 0.45% -
HSV(B) 18.34º 0.92% 0.82% -
XYZ 29.26 18.91 2.64 -
YUV 109.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 210 76 17 0 0.64 0.92 0.18 18.34 0.85 0.45
Hex D2 4C 11 0 40 5C 12 12 55 2D
Octal 322 114 21 0 100 134 22 22 125 55
Binary 11010010 1001100 10001 0 1000000 1011100 10010 10010 1010101 101101

Color Harmonies of #D24C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C11

Black with #D24C11

Text Example


Text Example

White with #D24C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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