Html Css Color HEX #D34204 Tenne (Tawny)

📋 copy color: '#D34204'

red 211 ◦ green 66 ◦ blue 4

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

Shades of Tenne (Tawny) #D34204

Tints of Tenne (Tawny) #D34204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 75.09%
G = 23.49%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34204 (or 0xD34204) is known color: Tenne (Tawny). HEX triplet: D3, 42 and 04. RGB value is (211,66,4). Sum of RGB (Red+Green+Blue) = 211+66+4=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D34204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34204 is #2CBDFB. Grayscale: #666666. Windows color (decimal): -2932220 or 279251. OLE color: 279251.

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

Color convert

RGB 211 66 4 -
CMYK 0 0.69 0.98 0.17
HSL 17.97º 0.96% 0.42% -
HSV(B) 17.97º 0.98% 0.83% -
XYZ 28.83 17.75 2.02 -
YUV 102.29 72.54 205.54 -
System Red Green Blue C M Y K H S L
Decimal 211 66 4 0 0.69 0.98 0.17 17.97 0.96 0.42
Hex D3 42 4 0 45 62 11 12 60 2A
Octal 323 102 4 0 105 142 21 22 140 52
Binary 11010011 1000010 100 0 1000101 1100010 10001 10010 1100000 101010

Color Harmonies of #D34204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34204

Black with #D34204

Text Example


Text Example

White with #D34204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34204; }

 p { color: rgb(211,66,4); }

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

background-color css

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

 a { background-color: rgb(211,66,4); }

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

border-color css

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

 span { border-color: rgb(211,66,4); }

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