Html Css Color HEX #D35116 Tenne (Tawny)

📋 copy color: '#D35116'

red 211 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D35116

Tints of Tenne (Tawny) #D35116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 67.2%
G = 25.8%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35116 (or 0xD35116) is known color: Tenne (Tawny). HEX triplet: D3, 51 and 16. RGB value is (211,81,22). Sum of RGB (Red+Green+Blue) = 211+81+22=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D35116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35116 is #2CAEE9. Grayscale: #717171. Windows color (decimal): -2928362 or 1462739. OLE color: 1462739.

HSL color Cylindrical-coordinate representation of color #D35116: hue angle of 18.73º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D35116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 22 -
CMYK 0 0.62 0.90 0.17
HSL 18.73º 0.81% 0.46% -
HSV(B) 18.73º 0.9% 0.83% -
XYZ 29.95 19.79 3 -
YUV 113.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 211 81 22 0 0.62 0.90 0.17 18.73 0.81 0.46
Hex D3 51 16 0 3E 5A 11 13 51 2E
Octal 323 121 26 0 76 132 21 23 121 56
Binary 11010011 1010001 10110 0 111110 1011010 10001 10011 1010001 101110

Color Harmonies of #D35116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35116

Black with #D35116

Text Example


Text Example

White with #D35116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35116; }

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

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

background-color css

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

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

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

border-color css

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

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

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