Html Css Color HEX #D14501 Tenne (Tawny)

📋 copy color: '#D14501'

red 209 ◦ green 69 ◦ blue 1

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

Shades of Tenne (Tawny) #D14501

Tints of Tenne (Tawny) #D14501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 74.91%
G = 24.73%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D14501 (or 0xD14501) is known color: Tenne (Tawny). HEX triplet: D1, 45 and 01. RGB value is (209,69,1). Sum of RGB (Red+Green+Blue) = 209+69+1=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D14501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14501 is #2EBAFE. Grayscale: #676767. Windows color (decimal): -3062527 or 83409. OLE color: 83409.

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

Color convert

RGB 209 69 1 -
CMYK 0 0.67 1.00 0.18
HSL 19.62º 0.99% 0.41% -
HSV(B) 19.62º 1% 0.82% -
XYZ 28.43 17.81 1.97 -
YUV 103.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 209 69 1 0 0.67 1.00 0.18 19.62 0.99 0.41
Hex D1 45 1 0 43 64 12 14 63 29
Octal 321 105 1 0 103 144 22 24 143 51
Binary 11010001 1000101 1 0 1000011 1100100 10010 10100 1100011 101001

Color Harmonies of #D14501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14501

Black with #D14501

Text Example


Text Example

White with #D14501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14501; }

 p { color: rgb(209,69,1); }

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

background-color css

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

 a { background-color: rgb(209,69,1); }

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

border-color css

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

 span { border-color: rgb(209,69,1); }

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