Html Css Color HEX #D35012 Tenne (Tawny)

📋 copy color: '#D35012'

red 211 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D35012

Tints of Tenne (Tawny) #D35012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 68.28%
G = 25.89%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35012 (or 0xD35012) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 12. RGB value is (211,80,18). Sum of RGB (Red+Green+Blue) = 211+80+18=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D35012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35012 is #2CAFED. Grayscale: #707070. Windows color (decimal): -2928622 or 1200339. OLE color: 1200339.

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

Color convert

RGB 211 80 18 -
CMYK 0 0.62 0.91 0.17
HSL 19.27º 0.84% 0.45% -
HSV(B) 19.27º 0.91% 0.83% -
XYZ 29.84 19.63 2.79 -
YUV 112.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 211 80 18 0 0.62 0.91 0.17 19.27 0.84 0.45
Hex D3 50 12 0 3E 5B 11 13 54 2D
Octal 323 120 22 0 76 133 21 23 124 55
Binary 11010011 1010000 10010 0 111110 1011011 10001 10011 1010100 101101

Color Harmonies of #D35012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35012

Black with #D35012

Text Example


Text Example

White with #D35012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35012; }

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

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

background-color css

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

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

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

border-color css

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

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

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