Html Css Color HEX #DB4910 Tenne (Tawny)

📋 copy color: '#DB4910'

red 219 ◦ green 73 ◦ blue 16

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

Shades of Tenne (Tawny) #DB4910

Tints of Tenne (Tawny) #DB4910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 71.1%
G = 23.7%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB4910 (or 0xDB4910) is known color: Tenne (Tawny). HEX triplet: DB, 49 and 10. RGB value is (219,73,16). Sum of RGB (Red+Green+Blue) = 219+73+16=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4910 is #24B6EF. Grayscale: #6E6E6E. Windows color (decimal): -2406128 or 1067483. OLE color: 1067483.

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

Color convert

RGB 219 73 16 -
CMYK 0 0.67 0.93 0.14
HSL 16.85º 0.86% 0.46% -
HSV(B) 16.85º 0.93% 0.86% -
XYZ 31.69 19.86 2.65 -
YUV 110.16 74.87 205.63 -
System Red Green Blue C M Y K H S L
Decimal 219 73 16 0 0.67 0.93 0.14 16.85 0.86 0.46
Hex DB 49 10 0 43 5D E 11 56 2E
Octal 333 111 20 0 103 135 16 21 126 56
Binary 11011011 1001001 10000 0 1000011 1011101 1110 10001 1010110 101110

Color Harmonies of #DB4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4910

Black with #DB4910

Text Example


Text Example

White with #DB4910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4910; }

 p { color: rgb(219,73,16); }

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

background-color css

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

 a { background-color: rgb(219,73,16); }

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

border-color css

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

 span { border-color: rgb(219,73,16); }

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