Html Css Color HEX #D35112 Tenne (Tawny)

📋 copy color: '#D35112'

red 211 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #D35112

Tints of Tenne (Tawny) #D35112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 68.06%
G = 26.13%
B = 5.81%

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

#D35112 (or 0xD35112) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 12. RGB value is (211,81,18). Sum of RGB (Red+Green+Blue) = 211+81+18=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D35112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35112 is #2CAEED. Grayscale: #717171. Windows color (decimal): -2928366 or 1200595. OLE color: 1200595.

HSL color Cylindrical-coordinate representation of color #D35112: hue angle of 19.59º 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 #D35112 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 18 -
CMYK 0 0.62 0.91 0.17
HSL 19.59º 0.84% 0.45% -
HSV(B) 19.59º 0.91% 0.83% -
XYZ 29.92 19.78 2.81 -
YUV 112.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 211 81 18 0 0.62 0.91 0.17 19.59 0.84 0.45
Hex D3 51 12 0 3E 5B 11 14 54 2D
Octal 323 121 22 0 76 133 21 24 124 55
Binary 11010011 1010001 10010 0 111110 1011011 10001 10100 1010100 101101

Color Harmonies of #D35112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35112

Black with #D35112

Text Example


Text Example

White with #D35112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35112; }

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

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

background-color css

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

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

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

border-color css

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

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

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