Html Css Color HEX #D44F14 Tenne (Tawny)

📋 copy color: '#D44F14'

red 212 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #D44F14

Tints of Tenne (Tawny) #D44F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 68.17%
G = 25.4%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44F14 (or 0xD44F14) is known color: Tenne (Tawny). HEX triplet: D4, 4F and 14. RGB value is (212,79,20). Sum of RGB (Red+Green+Blue) = 212+79+20=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44F14 is #2BB0EB. Grayscale: #707070. Windows color (decimal): -2863340 or 1331156. OLE color: 1331156.

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

Color convert

RGB 212 79 20 -
CMYK 0 0.63 0.91 0.17
HSL 18.44º 0.83% 0.45% -
HSV(B) 18.44º 0.91% 0.83% -
XYZ 30.07 19.64 2.87 -
YUV 112.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 212 79 20 0 0.63 0.91 0.17 18.44 0.83 0.45
Hex D4 4F 14 0 3F 5B 11 12 53 2D
Octal 324 117 24 0 77 133 21 22 123 55
Binary 11010100 1001111 10100 0 111111 1011011 10001 10010 1010011 101101

Color Harmonies of #D44F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F14

Black with #D44F14

Text Example


Text Example

White with #D44F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F14; }

 p { color: rgb(212,79,20); }

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

background-color css

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

 a { background-color: rgb(212,79,20); }

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

border-color css

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

 span { border-color: rgb(212,79,20); }

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