Html Css Color HEX #D14E15 Tenne (Tawny)

📋 copy color: '#D14E15'

red 209 ◦ green 78 ◦ blue 21

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

Shades of Tenne (Tawny) #D14E15

Tints of Tenne (Tawny) #D14E15

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

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

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 67.86%
G = 25.32%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14E15 (or 0xD14E15) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 15. RGB value is (209,78,21). Sum of RGB (Red+Green+Blue) = 209+78+21=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E15 is #2EB1EA. Grayscale: #6F6F6F. Windows color (decimal): -3060203 or 1396433. OLE color: 1396433.

HSL color Cylindrical-coordinate representation of color #D14E15: hue angle of 18.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14E15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 21 -
CMYK 0 0.63 0.90 0.18
HSL 18.19º 0.82% 0.45% -
HSV(B) 18.19º 0.9% 0.82% -
XYZ 29.15 19.06 2.85 -
YUV 110.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 209 78 21 0 0.63 0.90 0.18 18.19 0.82 0.45
Hex D1 4E 15 0 3F 5A 12 12 52 2D
Octal 321 116 25 0 77 132 22 22 122 55
Binary 11010001 1001110 10101 0 111111 1011010 10010 10010 1010010 101101

Color Harmonies of #D14E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14E15

Black with #D14E15

Text Example


Text Example

White with #D14E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14E15; }

 p { color: rgb(209,78,21); }

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

background-color css

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

 a { background-color: rgb(209,78,21); }

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

border-color css

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

 span { border-color: rgb(209,78,21); }

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