Html Css Color HEX #D24600 Tenne (Tawny)

📋 copy color: '#D24600'

red 210 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #D24600

Tints of Tenne (Tawny) #D24600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D24600 (or 0xD24600) is known color: Tenne (Tawny). HEX triplet: D2, 46 and 00. RGB value is (210,70,0). Sum of RGB (Red+Green+Blue) = 210+70+0=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D24600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24600 is #2DB9FF. Grayscale: #686868. Windows color (decimal): -2996736 or 18130. OLE color: 18130.

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

Color convert

RGB 210 70 0 -
CMYK 0 0.67 1 0.18
HSL 20º 1% 0.41% -
HSV(B) 20º 1% 0.82% -
XYZ 28.77 18.08 1.97 -
YUV 103.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 210 70 0 0 0.67 1 0.18 20 1 0.41
Hex D2 46 0 0 43 64 12 14 64 29
Octal 322 106 0 0 103 144 22 24 144 51
Binary 11010010 1000110 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D24600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24600

Black with #D24600

Text Example


Text Example

White with #D24600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24600; }

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

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

background-color css

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

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

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

border-color css

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

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

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