Html Css Color HEX #D14000 Tenne (Tawny)

📋 copy color: '#D14000'

red 209 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #D14000

Tints of Tenne (Tawny) #D14000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 76.56%
G = 23.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D14000 (or 0xD14000) is known color: Tenne (Tawny). HEX triplet: D1, 40 and 00. RGB value is (209,64,0). Sum of RGB (Red+Green+Blue) = 209+64+0=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D14000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14000 is #2EBFFF. Grayscale: #646464. Windows color (decimal): -3063808 or 16593. OLE color: 16593.

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

Color convert

RGB 209 64 0 -
CMYK 0 0.69 1 0.18
HSL 18.37º 1% 0.41% -
HSV(B) 18.37º 1% 0.82% -
XYZ 28.13 17.22 1.84 -
YUV 100.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 209 64 0 0 0.69 1 0.18 18.37 1 0.41
Hex D1 40 0 0 45 64 12 12 64 29
Octal 321 100 0 0 105 144 22 22 144 51
Binary 11010001 1000000 0 0 1000101 1100100 10010 10010 1100100 101001

Color Harmonies of #D14000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14000

Black with #D14000

Text Example


Text Example

White with #D14000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14000; }

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

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

background-color css

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

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

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

border-color css

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

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

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