Html Css Color HEX #D85212 Tenne (Tawny)

📋 copy color: '#D85212'

red 216 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #D85212

Tints of Tenne (Tawny) #D85212

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 68.35%
G = 25.95%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85212 (or 0xD85212) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 12. RGB value is (216,82,18). Sum of RGB (Red+Green+Blue) = 216+82+18=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D85212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85212 is #27ADED. Grayscale: #737373. Windows color (decimal): -2600430 or 1200856. OLE color: 1200856.

HSL color Cylindrical-coordinate representation of color #D85212: hue angle of 19.39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85212 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 18 -
CMYK 0 0.62 0.92 0.15
HSL 19.39º 0.85% 0.46% -
HSV(B) 19.39º 0.92% 0.85% -
XYZ 31.45 20.68 2.91 -
YUV 114.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 216 82 18 0 0.62 0.92 0.15 19.39 0.85 0.46
Hex D8 52 12 0 3E 5C F 13 55 2E
Octal 330 122 22 0 76 134 17 23 125 56
Binary 11011000 1010010 10010 0 111110 1011100 1111 10011 1010101 101110

Color Harmonies of #D85212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85212

Black with #D85212

Text Example


Text Example

White with #D85212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85212; }

 p { color: rgb(216,82,18); }

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

background-color css

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

 a { background-color: rgb(216,82,18); }

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

border-color css

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

 span { border-color: rgb(216,82,18); }

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