Html Css Color HEX #D15001 Tenne (Tawny)

📋 copy color: '#D15001'

red 209 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #D15001

Tints of Tenne (Tawny) #D15001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 72.07%
G = 27.59%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D15001 (or 0xD15001) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 01. RGB value is (209,80,1). Sum of RGB (Red+Green+Blue) = 209+80+1=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D15001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15001 is #2EAFFE. Grayscale: #6E6E6E. Windows color (decimal): -3059711 or 86225. OLE color: 86225.

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

Color convert

RGB 209 80 1 -
CMYK 0 0.62 1.00 0.18
HSL 22.79º 0.99% 0.41% -
HSV(B) 22.79º 1% 0.82% -
XYZ 29.17 19.29 2.22 -
YUV 109.57 66.74 198.92 -
System Red Green Blue C M Y K H S L
Decimal 209 80 1 0 0.62 1.00 0.18 22.79 0.99 0.41
Hex D1 50 1 0 3E 64 12 17 63 29
Octal 321 120 1 0 76 144 22 27 143 51
Binary 11010001 1010000 1 0 111110 1100100 10010 10111 1100011 101001

Color Harmonies of #D15001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15001

Black with #D15001

Text Example


Text Example

White with #D15001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15001; }

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

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

background-color css

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

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

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

border-color css

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

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

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