Html Css Color HEX #DB5212 Tenne (Tawny)

📋 copy color: '#DB5212'

red 219 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #DB5212

Tints of Tenne (Tawny) #DB5212

RGB

 RED value IS 219 (85.94% from 255) = 68.65%

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

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

R = 68.65%
G = 25.71%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5212 (or 0xDB5212) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 12. RGB value is (219,82,18). Sum of RGB (Red+Green+Blue) = 219+82+18=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5212 is #24ADED. Grayscale: #747474. Windows color (decimal): -2403822 or 1200859. OLE color: 1200859.

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

Color convert

RGB 219 82 18 -
CMYK 0 0.63 0.92 0.14
HSL 19.1º 0.85% 0.46% -
HSV(B) 19.1º 0.92% 0.86% -
XYZ 32.34 21.14 2.95 -
YUV 115.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 219 82 18 0 0.63 0.92 0.14 19.1 0.85 0.46
Hex DB 52 12 0 3F 5C E 13 55 2E
Octal 333 122 22 0 77 134 16 23 125 56
Binary 11011011 1010010 10010 0 111111 1011100 1110 10011 1010101 101110

Color Harmonies of #DB5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5212

Black with #DB5212

Text Example


Text Example

White with #DB5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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