Html Css Color HEX #D14F15 Tenne (Tawny)

📋 copy color: '#D14F15'

red 209 ◦ green 79 ◦ blue 21

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

Shades of Tenne (Tawny) #D14F15

Tints of Tenne (Tawny) #D14F15

RGB

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

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

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

R = 67.64%
G = 25.57%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14F15 (or 0xD14F15) is known color: Tenne (Tawny). HEX triplet: D1, 4F and 15. RGB value is (209,79,21). Sum of RGB (Red+Green+Blue) = 209+79+21=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14F15 is #2EB0EA. Grayscale: #6F6F6F. Windows color (decimal): -3059947 or 1396689. OLE color: 1396689.

HSL color Cylindrical-coordinate representation of color #D14F15: hue angle of 18.51º 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 #D14F15 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 21 -
CMYK 0 0.62 0.90 0.18
HSL 18.51º 0.82% 0.45% -
HSV(B) 18.51º 0.9% 0.82% -
XYZ 29.23 19.2 2.88 -
YUV 111.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 209 79 21 0 0.62 0.90 0.18 18.51 0.82 0.45
Hex D1 4F 15 0 3E 5A 12 13 52 2D
Octal 321 117 25 0 76 132 22 23 122 55
Binary 11010001 1001111 10101 0 111110 1011010 10010 10011 1010010 101101

Color Harmonies of #D14F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F15

Black with #D14F15

Text Example


Text Example

White with #D14F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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