Html Css Color HEX #D15201 Tenne (Tawny)

📋 copy color: '#D15201'

red 209 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #D15201

Tints of Tenne (Tawny) #D15201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

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

R = 71.58%
G = 28.08%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D15201 (or 0xD15201) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 01. RGB value is (209,82,1). Sum of RGB (Red+Green+Blue) = 209+82+1=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D15201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15201 is #2EADFE. Grayscale: #6F6F6F. Windows color (decimal): -3059199 or 86737. OLE color: 86737.

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

Color convert

RGB 209 82 1 -
CMYK 0 0.61 1.00 0.18
HSL 23.37º 0.99% 0.41% -
HSV(B) 23.37º 1% 0.82% -
XYZ 29.32 19.59 2.27 -
YUV 110.74 66.08 198.09 -
System Red Green Blue C M Y K H S L
Decimal 209 82 1 0 0.61 1.00 0.18 23.37 0.99 0.41
Hex D1 52 1 0 3D 64 12 17 63 29
Octal 321 122 1 0 75 144 22 27 143 51
Binary 11010001 1010010 1 0 111101 1100100 10010 10111 1100011 101001

Color Harmonies of #D15201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15201

Black with #D15201

Text Example


Text Example

White with #D15201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15201; }

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

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

background-color css

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

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

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

border-color css

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

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

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