Html Css Color HEX #D74E0E Tenne (Tawny)

📋 copy color: '#D74E0E'

red 215 ◦ green 78 ◦ blue 14

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

Shades of Tenne (Tawny) #D74E0E

Tints of Tenne (Tawny) #D74E0E

RGB

 RED value IS 215 (84.38% from 255) = 70.03%

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

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

R = 70.03%
G = 25.41%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D74E0E (or 0xD74E0E) is known color: Tenne (Tawny). HEX triplet: D7, 4E and 0E. RGB value is (215,78,14). Sum of RGB (Red+Green+Blue) = 215+78+14=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74E0E is #28B1F1. Grayscale: #707070. Windows color (decimal): -2666994 or 937687. OLE color: 937687.

HSL color Cylindrical-coordinate representation of color #D74E0E: hue angle of 19.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74E0E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 14 -
CMYK 0 0.64 0.93 0.16
HSL 19.1º 0.88% 0.45% -
HSV(B) 19.1º 0.93% 0.84% -
XYZ 30.83 19.93 2.64 -
YUV 111.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 215 78 14 0 0.64 0.93 0.16 19.1 0.88 0.45
Hex D7 4E E 0 40 5D 10 13 58 2D
Octal 327 116 16 0 100 135 20 23 130 55
Binary 11010111 1001110 1110 0 1000000 1011101 10000 10011 1011000 101101

Color Harmonies of #D74E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E0E

Black with #D74E0E

Text Example


Text Example

White with #D74E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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