Html Css Color HEX #D44508 Tenne (Tawny)

📋 copy color: '#D44508'

red 212 ◦ green 69 ◦ blue 8

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

Shades of Tenne (Tawny) #D44508

Tints of Tenne (Tawny) #D44508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.88%

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

R = 73.36%
G = 23.88%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D44508 (or 0xD44508) is known color: Tenne (Tawny). HEX triplet: D4, 45 and 08. RGB value is (212,69,8). Sum of RGB (Red+Green+Blue) = 212+69+8=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D44508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44508 is #2BBAF7. Grayscale: #696969. Windows color (decimal): -2865912 or 542164. OLE color: 542164.

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

Color convert

RGB 212 69 8 -
CMYK 0 0.67 0.96 0.17
HSL 17.94º 0.93% 0.43% -
HSV(B) 17.94º 0.96% 0.83% -
XYZ 29.32 18.27 2.21 -
YUV 104.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 212 69 8 0 0.67 0.96 0.17 17.94 0.93 0.43
Hex D4 45 8 0 43 60 11 12 5D 2B
Octal 324 105 10 0 103 140 21 22 135 53
Binary 11010100 1000101 1000 0 1000011 1100000 10001 10010 1011101 101011

Color Harmonies of #D44508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44508

Black with #D44508

Text Example


Text Example

White with #D44508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44508; }

 p { color: rgb(212,69,8); }

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

background-color css

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

 a { background-color: rgb(212,69,8); }

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

border-color css

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

 span { border-color: rgb(212,69,8); }

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