Html Css Color HEX #D14C0F Tenne (Tawny)

📋 copy color: '#D14C0F'

red 209 ◦ green 76 ◦ blue 15

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

Shades of Tenne (Tawny) #D14C0F

Tints of Tenne (Tawny) #D14C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

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

R = 69.67%
G = 25.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D14C0F (or 0xD14C0F) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 0F. RGB value is (209,76,15). Sum of RGB (Red+Green+Blue) = 209+76+15=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C0F is #2EB3F0. Grayscale: #6D6D6D. Windows color (decimal): -3060721 or 1002705. OLE color: 1002705.

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

Color convert

RGB 209 76 15 -
CMYK 0 0.64 0.93 0.18
HSL 18.87º 0.87% 0.44% -
HSV(B) 18.87º 0.93% 0.82% -
XYZ 28.97 18.76 2.55 -
YUV 108.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 209 76 15 0 0.64 0.93 0.18 18.87 0.87 0.44
Hex D1 4C F 0 40 5D 12 13 57 2C
Octal 321 114 17 0 100 135 22 23 127 54
Binary 11010001 1001100 1111 0 1000000 1011101 10010 10011 1010111 101100

Color Harmonies of #D14C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C0F

Black with #D14C0F

Text Example


Text Example

White with #D14C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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