Html Css Color HEX #D44E0E Tenne (Tawny)

📋 copy color: '#D44E0E'

red 212 ◦ green 78 ◦ blue 14

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

Shades of Tenne (Tawny) #D44E0E

Tints of Tenne (Tawny) #D44E0E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

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

R = 69.74%
G = 25.66%
B = 4.61%

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

#D44E0E (or 0xD44E0E) is known color: Tenne (Tawny). HEX triplet: D4, 4E and 0E. RGB value is (212,78,14). Sum of RGB (Red+Green+Blue) = 212+78+14=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D44E0E is #2BB1F1. Grayscale: #6F6F6F. Windows color (decimal): -2863602 or 937684. OLE color: 937684.

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

Color convert

RGB 212 78 14 -
CMYK 0 0.63 0.93 0.17
HSL 19.39º 0.88% 0.44% -
HSV(B) 19.39º 0.93% 0.83% -
XYZ 29.96 19.48 2.6 -
YUV 110.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 212 78 14 0 0.63 0.93 0.17 19.39 0.88 0.44
Hex D4 4E E 0 3F 5D 11 13 58 2C
Octal 324 116 16 0 77 135 21 23 130 54
Binary 11010100 1001110 1110 0 111111 1011101 10001 10011 1011000 101100

Color Harmonies of #D44E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44E0E

Black with #D44E0E

Text Example


Text Example

White with #D44E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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