Html Css Color HEX #D34808 Tenne (Tawny)

📋 copy color: '#D34808'

red 211 ◦ green 72 ◦ blue 8

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

Shades of Tenne (Tawny) #D34808

Tints of Tenne (Tawny) #D34808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 72.51%
G = 24.74%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D34808 (or 0xD34808) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 08. RGB value is (211,72,8). Sum of RGB (Red+Green+Blue) = 211+72+8=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D34808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34808 is #2CB7F7. Grayscale: #6A6A6A. Windows color (decimal): -2930680 or 542931. OLE color: 542931.

HSL color Cylindrical-coordinate representation of color #D34808: hue angle of 18.92º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D34808 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 8 -
CMYK 0 0.66 0.96 0.17
HSL 18.92º 0.93% 0.43% -
HSV(B) 18.92º 0.96% 0.83% -
XYZ 29.23 18.5 2.26 -
YUV 106.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 211 72 8 0 0.66 0.96 0.17 18.92 0.93 0.43
Hex D3 48 8 0 42 60 11 13 5D 2B
Octal 323 110 10 0 102 140 21 23 135 53
Binary 11010011 1001000 1000 0 1000010 1100000 10001 10011 1011101 101011

Color Harmonies of #D34808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34808

Black with #D34808

Text Example


Text Example

White with #D34808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34808; }

 p { color: rgb(211,72,8); }

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

background-color css

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

 a { background-color: rgb(211,72,8); }

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

border-color css

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

 span { border-color: rgb(211,72,8); }

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