Html Css Color HEX #D14C13 Tenne (Tawny)

📋 copy color: '#D14C13'

red 209 ◦ green 76 ◦ blue 19

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

Shades of Tenne (Tawny) #D14C13

Tints of Tenne (Tawny) #D14C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D14C13 (or 0xD14C13) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 13. RGB value is (209,76,19). Sum of RGB (Red+Green+Blue) = 209+76+19=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C13 is #2EB3EC. Grayscale: #6D6D6D. Windows color (decimal): -3060717 or 1264849. OLE color: 1264849.

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

Color convert

RGB 209 76 19 -
CMYK 0 0.64 0.91 0.18
HSL 18º 0.83% 0.45% -
HSV(B) 18º 0.91% 0.82% -
XYZ 29 18.77 2.71 -
YUV 109.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 209 76 19 0 0.64 0.91 0.18 18 0.83 0.45
Hex D1 4C 13 0 40 5B 12 12 53 2D
Octal 321 114 23 0 100 133 22 22 123 55
Binary 11010001 1001100 10011 0 1000000 1011011 10010 10010 1010011 101101

Color Harmonies of #D14C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C13

Black with #D14C13

Text Example


Text Example

White with #D14C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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