Html Css Color HEX #D15212 Tenne (Tawny)

📋 copy color: '#D15212'

red 209 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #D15212

Tints of Tenne (Tawny) #D15212

RGB

 RED value IS 209 (82.03% from 255) = 67.64%

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

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

R = 67.64%
G = 26.54%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D15212 (or 0xD15212) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 12. RGB value is (209,82,18). Sum of RGB (Red+Green+Blue) = 209+82+18=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D15212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15212 is #2EADED. Grayscale: #717171. Windows color (decimal): -3059182 or 1200849. OLE color: 1200849.

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

Color convert

RGB 209 82 18 -
CMYK 0 0.61 0.91 0.18
HSL 20.1º 0.84% 0.45% -
HSV(B) 20.1º 0.91% 0.82% -
XYZ 29.42 19.63 2.81 -
YUV 112.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 209 82 18 0 0.61 0.91 0.18 20.1 0.84 0.45
Hex D1 52 12 0 3D 5B 12 14 54 2D
Octal 321 122 22 0 75 133 22 24 124 55
Binary 11010001 1010010 10010 0 111101 1011011 10010 10100 1010100 101101

Color Harmonies of #D15212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15212

Black with #D15212

Text Example


Text Example

White with #D15212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15212; }

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

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

background-color css

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

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

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

border-color css

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

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

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