Html Css Color HEX #D44F0E Tenne (Tawny)

📋 copy color: '#D44F0E'

red 212 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #D44F0E

Tints of Tenne (Tawny) #D44F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 69.51%
G = 25.9%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D44F0E (or 0xD44F0E) is known color: Tenne (Tawny). HEX triplet: D4, 4F and 0E. RGB value is (212,79,14). Sum of RGB (Red+Green+Blue) = 212+79+14=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44F0E is #2BB0F1. Grayscale: #6F6F6F. Windows color (decimal): -2863346 or 937940. OLE color: 937940.

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

Color convert

RGB 212 79 14 -
CMYK 0 0.63 0.93 0.17
HSL 19.7º 0.88% 0.44% -
HSV(B) 19.7º 0.93% 0.83% -
XYZ 30.03 19.62 2.62 -
YUV 111.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 212 79 14 0 0.63 0.93 0.17 19.7 0.88 0.44
Hex D4 4F E 0 3F 5D 11 14 58 2C
Octal 324 117 16 0 77 135 21 24 130 54
Binary 11010100 1001111 1110 0 111111 1011101 10001 10100 1011000 101100

Color Harmonies of #D44F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F0E

Black with #D44F0E

Text Example


Text Example

White with #D44F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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