Html Css Color HEX #D94404 Tenne (Tawny)

📋 copy color: '#D94404'

red 217 ◦ green 68 ◦ blue 4

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

Shades of Tenne (Tawny) #D94404

Tints of Tenne (Tawny) #D94404

RGB

 RED value IS 217 (85.16% from 255) = 75.09%

 GREEN value IS 68 (26.95% from 255) = 23.53%

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

R = 75.09%
G = 23.53%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D94404 (or 0xD94404) is known color: Tenne (Tawny). HEX triplet: D9, 44 and 04. RGB value is (217,68,4). Sum of RGB (Red+Green+Blue) = 217+68+4=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D94404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94404 is #26BBFB. Grayscale: #696969. Windows color (decimal): -2538492 or 279769. OLE color: 279769.

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

Color convert

RGB 217 68 4 -
CMYK 0 0.69 0.98 0.15
HSL 18.03º 0.96% 0.43% -
HSV(B) 18.03º 0.98% 0.85% -
XYZ 30.7 18.89 2.14 -
YUV 105.26 70.86 207.7 -
System Red Green Blue C M Y K H S L
Decimal 217 68 4 0 0.69 0.98 0.15 18.03 0.96 0.43
Hex D9 44 4 0 45 62 F 12 60 2B
Octal 331 104 4 0 105 142 17 22 140 53
Binary 11011001 1000100 100 0 1000101 1100010 1111 10010 1100000 101011

Color Harmonies of #D94404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94404

Black with #D94404

Text Example


Text Example

White with #D94404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94404; }

 p { color: rgb(217,68,4); }

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

background-color css

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

 a { background-color: rgb(217,68,4); }

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

border-color css

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

 span { border-color: rgb(217,68,4); }

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