Html Css Color HEX #D14400 Tenne (Tawny)

📋 copy color: '#D14400'

red 209 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D14400

Tints of Tenne (Tawny) #D14400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.45%
G = 24.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14400 (or 0xD14400) is known color: Tenne (Tawny). HEX triplet: D1, 44 and 00. RGB value is (209,68,0). Sum of RGB (Red+Green+Blue) = 209+68+0=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D14400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14400 is #2EBBFF. Grayscale: #666666. Windows color (decimal): -3062784 or 17617. OLE color: 17617.

HSL color Cylindrical-coordinate representation of color #D14400: hue angle of 19.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 0 -
CMYK 0 0.67 1 0.18
HSL 19.52º 1% 0.41% -
HSV(B) 19.52º 1% 0.82% -
XYZ 28.36 17.69 1.92 -
YUV 102.41 70.21 204.03 -
System Red Green Blue C M Y K H S L
Decimal 209 68 0 0 0.67 1 0.18 19.52 1 0.41
Hex D1 44 0 0 43 64 12 14 64 29
Octal 321 104 0 0 103 144 22 24 144 51
Binary 11010001 1000100 0 0 1000011 1100100 10010 10100 1100100 101001

Color Harmonies of #D14400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14400

Black with #D14400

Text Example


Text Example

White with #D14400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14400; }

 p { color: rgb(209,68,0); }

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

background-color css

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

 a { background-color: rgb(209,68,0); }

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

border-color css

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

 span { border-color: rgb(209,68,0); }

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