Html Css Color HEX #D35008 Tenne (Tawny)

📋 copy color: '#D35008'

red 211 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #D35008

Tints of Tenne (Tawny) #D35008

RGB

 RED value IS 211 (82.81% from 255) = 70.57%

 GREEN value IS 80 (31.64% from 255) = 26.76%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 70.57%
G = 26.76%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D35008 (or 0xD35008) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 08. RGB value is (211,80,8). Sum of RGB (Red+Green+Blue) = 211+80+8=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D35008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35008 is #2CAFF7. Grayscale: #6F6F6F. Windows color (decimal): -2928632 or 544979. OLE color: 544979.

HSL color Cylindrical-coordinate representation of color #D35008: hue angle of 21.28º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D35008 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 8 -
CMYK 0 0.62 0.96 0.17
HSL 21.28º 0.93% 0.43% -
HSV(B) 21.28º 0.96% 0.83% -
XYZ 29.78 19.6 2.44 -
YUV 110.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 211 80 8 0 0.62 0.96 0.17 21.28 0.93 0.43
Hex D3 50 8 0 3E 60 11 15 5D 2B
Octal 323 120 10 0 76 140 21 25 135 53
Binary 11010011 1010000 1000 0 111110 1100000 10001 10101 1011101 101011

Color Harmonies of #D35008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35008

Black with #D35008

Text Example


Text Example

White with #D35008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35008; }

 p { color: rgb(211,80,8); }

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

background-color css

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

 a { background-color: rgb(211,80,8); }

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

border-color css

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

 span { border-color: rgb(211,80,8); }

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