Html Css Color HEX #D44705 Tenne (Tawny)

📋 copy color: '#D44705'

red 212 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #D44705

Tints of Tenne (Tawny) #D44705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 73.61%
G = 24.65%
B = 1.74%

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

#D44705 (or 0xD44705) is known color: Tenne (Tawny). HEX triplet: D4, 47 and 05. RGB value is (212,71,5). Sum of RGB (Red+Green+Blue) = 212+71+5=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D44705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44705 is #2BB8FA. Grayscale: #6A6A6A. Windows color (decimal): -2865403 or 346068. OLE color: 346068.

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

Color convert

RGB 212 71 5 -
CMYK 0 0.67 0.98 0.17
HSL 19.13º 0.95% 0.43% -
HSV(B) 19.13º 0.98% 0.83% -
XYZ 29.43 18.51 2.17 -
YUV 105.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 212 71 5 0 0.67 0.98 0.17 19.13 0.95 0.43
Hex D4 47 5 0 43 62 11 13 5F 2B
Octal 324 107 5 0 103 142 21 23 137 53
Binary 11010100 1000111 101 0 1000011 1100010 10001 10011 1011111 101011

Color Harmonies of #D44705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44705

Black with #D44705

Text Example


Text Example

White with #D44705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44705; }

 p { color: rgb(212,71,5); }

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

background-color css

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

 a { background-color: rgb(212,71,5); }

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

border-color css

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

 span { border-color: rgb(212,71,5); }

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