Html Css Color HEX #D14C14 Tenne (Tawny)

📋 copy color: '#D14C14'

red 209 ◦ green 76 ◦ blue 20

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

Shades of Tenne (Tawny) #D14C14

Tints of Tenne (Tawny) #D14C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 68.52%
G = 24.92%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14C14 (or 0xD14C14) is known color: Tenne (Tawny). HEX triplet: D1, 4C and 14. RGB value is (209,76,20). Sum of RGB (Red+Green+Blue) = 209+76+20=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14C14 is #2EB3EB. Grayscale: #6D6D6D. Windows color (decimal): -3060716 or 1330385. OLE color: 1330385.

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

Color convert

RGB 209 76 20 -
CMYK 0 0.64 0.90 0.18
HSL 17.78º 0.83% 0.45% -
HSV(B) 17.78º 0.9% 0.82% -
XYZ 29.01 18.77 2.76 -
YUV 109.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 209 76 20 0 0.64 0.90 0.18 17.78 0.83 0.45
Hex D1 4C 14 0 40 5A 12 12 53 2D
Octal 321 114 24 0 100 132 22 22 123 55
Binary 11010001 1001100 10100 0 1000000 1011010 10010 10010 1010011 101101

Color Harmonies of #D14C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C14

Black with #D14C14

Text Example


Text Example

White with #D14C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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