Html Css Color HEX #D24C0D Tenne (Tawny)

📋 copy color: '#D24C0D'

red 210 ◦ green 76 ◦ blue 13

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

Shades of Tenne (Tawny) #D24C0D

Tints of Tenne (Tawny) #D24C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 70.23%
G = 25.42%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D24C0D (or 0xD24C0D) is known color: Tenne (Tawny). HEX triplet: D2, 4C and 0D. RGB value is (210,76,13). Sum of RGB (Red+Green+Blue) = 210+76+13=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24C0D is #2DB3F2. Grayscale: #6D6D6D. Windows color (decimal): -2995187 or 871634. OLE color: 871634.

HSL color Cylindrical-coordinate representation of color #D24C0D: hue angle of 19.19º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D24C0D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 76 13 -
CMYK 0 0.64 0.94 0.18
HSL 19.19º 0.88% 0.44% -
HSV(B) 19.19º 0.94% 0.82% -
XYZ 29.24 18.9 2.49 -
YUV 108.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 210 76 13 0 0.64 0.94 0.18 19.19 0.88 0.44
Hex D2 4C D 0 40 5E 12 13 58 2C
Octal 322 114 15 0 100 136 22 23 130 54
Binary 11010010 1001100 1101 0 1000000 1011110 10010 10011 1011000 101100

Color Harmonies of #D24C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C0D

Black with #D24C0D

Text Example


Text Example

White with #D24C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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