Html Css Color HEX #D75215 Tenne (Tawny)

📋 copy color: '#D75215'

red 215 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #D75215

Tints of Tenne (Tawny) #D75215

RGB

 RED value IS 215 (84.38% from 255) = 67.61%

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 67.61%
G = 25.79%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D75215 (or 0xD75215) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 15. RGB value is (215,82,21). Sum of RGB (Red+Green+Blue) = 215+82+21=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75215 is #28ADEA. Grayscale: #737373. Windows color (decimal): -2665963 or 1397463. OLE color: 1397463.

HSL color Cylindrical-coordinate representation of color #D75215: hue angle of 18.87º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D75215 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 21 -
CMYK 0 0.62 0.90 0.16
HSL 18.87º 0.82% 0.46% -
HSV(B) 18.87º 0.9% 0.84% -
XYZ 31.18 20.54 3.03 -
YUV 114.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 215 82 21 0 0.62 0.90 0.16 18.87 0.82 0.46
Hex D7 52 15 0 3E 5A 10 13 52 2E
Octal 327 122 25 0 76 132 20 23 122 56
Binary 11010111 1010010 10101 0 111110 1011010 10000 10011 1010010 101110

Color Harmonies of #D75215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75215

Black with #D75215

Text Example


Text Example

White with #D75215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75215; }

 p { color: rgb(215,82,21); }

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

background-color css

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

 a { background-color: rgb(215,82,21); }

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

border-color css

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

 span { border-color: rgb(215,82,21); }

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