Html Css Color HEX #D14C12 Tenne (Tawny)

📋 copy color: '#D14C12'

red 209 ◦ green 76 ◦ blue 18

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

Shades of Tenne (Tawny) #D14C12

Tints of Tenne (Tawny) #D14C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 68.98%
G = 25.08%
B = 5.94%

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

#D14C12 (or 0xD14C12) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 12. RGB value is (209,76,18). Sum of RGB (Red+Green+Blue) = 209+76+18=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C12 is #2EB3ED. Grayscale: #6D6D6D. Windows color (decimal): -3060718 or 1199313. OLE color: 1199313.

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

Color convert

RGB 209 76 18 -
CMYK 0 0.64 0.91 0.18
HSL 18.22º 0.84% 0.45% -
HSV(B) 18.22º 0.91% 0.82% -
XYZ 28.99 18.77 2.67 -
YUV 109.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 209 76 18 0 0.64 0.91 0.18 18.22 0.84 0.45
Hex D1 4C 12 0 40 5B 12 12 54 2D
Octal 321 114 22 0 100 133 22 22 124 55
Binary 11010001 1001100 10010 0 1000000 1011011 10010 10010 1010100 101101

Color Harmonies of #D14C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C12

Black with #D14C12

Text Example


Text Example

White with #D14C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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