Html Css Color HEX #D15202 Tenne (Tawny)

📋 copy color: '#D15202'

red 209 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #D15202

Tints of Tenne (Tawny) #D15202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 71.33%
G = 27.99%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D15202 (or 0xD15202) is known color: Tenne (Tawny). HEX triplet: D1, 52 and 02. RGB value is (209,82,2). Sum of RGB (Red+Green+Blue) = 209+82+2=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D15202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15202 is #2EADFD. Grayscale: #6F6F6F. Windows color (decimal): -3059198 or 152273. OLE color: 152273.

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

Color convert

RGB 209 82 2 -
CMYK 0 0.61 0.99 0.18
HSL 23.19º 0.98% 0.41% -
HSV(B) 23.19º 0.99% 0.82% -
XYZ 29.32 19.59 2.29 -
YUV 110.85 66.58 198 -
System Red Green Blue C M Y K H S L
Decimal 209 82 2 0 0.61 0.99 0.18 23.19 0.98 0.41
Hex D1 52 2 0 3D 63 12 17 62 29
Octal 321 122 2 0 75 143 22 27 142 51
Binary 11010001 1010010 10 0 111101 1100011 10010 10111 1100010 101001

Color Harmonies of #D15202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15202

Black with #D15202

Text Example


Text Example

White with #D15202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15202; }

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

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

background-color css

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

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

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

border-color css

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

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

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