Html Css Color HEX #D24E00 Tenne (Tawny)

📋 copy color: '#D24E00'

red 210 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #D24E00

Tints of Tenne (Tawny) #D24E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.92%
G = 27.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D24E00 (or 0xD24E00) is known color: Tenne (Tawny). HEX triplet: D2, 4E and 00. RGB value is (210,78,0). Sum of RGB (Red+Green+Blue) = 210+78+0=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D24E00 is #2DB1FF. Grayscale: #6D6D6D. Windows color (decimal): -2994688 or 20178. OLE color: 20178.

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

Color convert

RGB 210 78 0 -
CMYK 0 0.63 1 0.18
HSL 22.29º 1% 0.41% -
HSV(B) 22.29º 1% 0.82% -
XYZ 29.3 19.15 2.15 -
YUV 108.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 210 78 0 0 0.63 1 0.18 22.29 1 0.41
Hex D2 4E 0 0 3F 64 12 16 64 29
Octal 322 116 0 0 77 144 22 26 144 51
Binary 11010010 1001110 0 0 111111 1100100 10010 10110 1100100 101001

Color Harmonies of #D24E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E00

Black with #D24E00

Text Example


Text Example

White with #D24E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E00; }

 p { color: rgb(210,78,0); }

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

background-color css

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

 a { background-color: rgb(210,78,0); }

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

border-color css

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

 span { border-color: rgb(210,78,0); }

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