Html Css Color HEX #D44A11 Tenne (Tawny)

📋 copy color: '#D44A11'

red 212 ◦ green 74 ◦ blue 17

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

Shades of Tenne (Tawny) #D44A11

Tints of Tenne (Tawny) #D44A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.42%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 69.97%
G = 24.42%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44A11 (or 0xD44A11) is known color: Tenne (Tawny). HEX triplet: D4, 4A and 11. RGB value is (212,74,17). Sum of RGB (Red+Green+Blue) = 212+74+17=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44A11 is #2BB5EE. Grayscale: #6D6D6D. Windows color (decimal): -2864623 or 1133268. OLE color: 1133268.

HSL color Cylindrical-coordinate representation of color #D44A11: hue angle of 17.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44A11 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 17 -
CMYK 0 0.65 0.92 0.17
HSL 17.54º 0.85% 0.45% -
HSV(B) 17.54º 0.92% 0.83% -
XYZ 29.7 18.94 2.62 -
YUV 108.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 212 74 17 0 0.65 0.92 0.17 17.54 0.85 0.45
Hex D4 4A 11 0 41 5C 11 12 55 2D
Octal 324 112 21 0 101 134 21 22 125 55
Binary 11010100 1001010 10001 0 1000001 1011100 10001 10010 1010101 101101

Color Harmonies of #D44A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A11

Black with #D44A11

Text Example


Text Example

White with #D44A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A11; }

 p { color: rgb(212,74,17); }

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

background-color css

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

 a { background-color: rgb(212,74,17); }

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

border-color css

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

 span { border-color: rgb(212,74,17); }

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