Html Css Color HEX #D14D0F Tenne (Tawny)

📋 copy color: '#D14D0F'

red 209 ◦ green 77 ◦ blue 15

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

Shades of Tenne (Tawny) #D14D0F

Tints of Tenne (Tawny) #D14D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 69.44%
G = 25.58%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D14D0F (or 0xD14D0F) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 0F. RGB value is (209,77,15). Sum of RGB (Red+Green+Blue) = 209+77+15=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D0F is #2EB2F0. Grayscale: #6D6D6D. Windows color (decimal): -3060465 or 1002961. OLE color: 1002961.

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

Color convert

RGB 209 77 15 -
CMYK 0 0.63 0.93 0.18
HSL 19.18º 0.87% 0.44% -
HSV(B) 19.18º 0.93% 0.82% -
XYZ 29.03 18.9 2.57 -
YUV 109.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 209 77 15 0 0.63 0.93 0.18 19.18 0.87 0.44
Hex D1 4D F 0 3F 5D 12 13 57 2C
Octal 321 115 17 0 77 135 22 23 127 54
Binary 11010001 1001101 1111 0 111111 1011101 10010 10011 1010111 101100

Color Harmonies of #D14D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D0F

Black with #D14D0F

Text Example


Text Example

White with #D14D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D0F; }

 p { color: rgb(209,77,15); }

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

background-color css

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

 a { background-color: rgb(209,77,15); }

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

border-color css

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

 span { border-color: rgb(209,77,15); }

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