Html Css Color HEX #D44604 Tenne (Tawny)

📋 copy color: '#D44604'

red 212 ◦ green 70 ◦ blue 4

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

Shades of Tenne (Tawny) #D44604

Tints of Tenne (Tawny) #D44604

RGB

 RED value IS 212 (83.2% from 255) = 74.13%

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 74.13%
G = 24.48%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D44604 (or 0xD44604) is known color: Tenne (Tawny). HEX triplet: D4, 46 and 04. RGB value is (212,70,4). Sum of RGB (Red+Green+Blue) = 212+70+4=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D44604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44604 is #2BB9FB. Grayscale: #696969. Windows color (decimal): -2865660 or 280276. OLE color: 280276.

HSL color Cylindrical-coordinate representation of color #D44604: hue angle of 19.04º 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 #D44604 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 4 -
CMYK 0 0.67 0.98 0.17
HSL 19.04º 0.96% 0.42% -
HSV(B) 19.04º 0.98% 0.83% -
XYZ 29.36 18.39 2.12 -
YUV 104.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 212 70 4 0 0.67 0.98 0.17 19.04 0.96 0.42
Hex D4 46 4 0 43 62 11 13 60 2A
Octal 324 106 4 0 103 142 21 23 140 52
Binary 11010100 1000110 100 0 1000011 1100010 10001 10011 1100000 101010

Color Harmonies of #D44604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44604

Black with #D44604

Text Example


Text Example

White with #D44604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44604; }

 p { color: rgb(212,70,4); }

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

background-color css

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

 a { background-color: rgb(212,70,4); }

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

border-color css

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

 span { border-color: rgb(212,70,4); }

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