Html Css Color HEX #D24000 Tenne (Tawny)

📋 copy color: '#D24000'

red 210 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #D24000

Tints of Tenne (Tawny) #D24000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 76.64%
G = 23.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D24000 (or 0xD24000) is known color: Tenne (Tawny). HEX triplet: D2, 40 and 00. RGB value is (210,64,0). Sum of RGB (Red+Green+Blue) = 210+64+0=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D24000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24000 is #2DBFFF. Grayscale: #646464. Windows color (decimal): -2998272 or 16594. OLE color: 16594.

HSL color Cylindrical-coordinate representation of color #D24000: hue angle of 18.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 #D24000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 0 -
CMYK 0 0.70 1 0.18
HSL 18.29º 1% 0.41% -
HSV(B) 18.29º 1% 0.82% -
XYZ 28.41 17.37 1.85 -
YUV 100.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 210 64 0 0 0.70 1 0.18 18.29 1 0.41
Hex D2 40 0 0 46 64 12 12 64 29
Octal 322 100 0 0 106 144 22 22 144 51
Binary 11010010 1000000 0 0 1000110 1100100 10010 10010 1100100 101001

Color Harmonies of #D24000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24000

Black with #D24000

Text Example


Text Example

White with #D24000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24000; }

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

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

background-color css

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

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

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

border-color css

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

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

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