Html Css Color HEX #D55215 Tenne (Tawny)

📋 copy color: '#D55215'

red 213 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #D55215

Tints of Tenne (Tawny) #D55215

RGB

 RED value IS 213 (83.59% from 255) = 67.41%

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

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

R = 67.41%
G = 25.95%
B = 6.65%

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

#D55215 (or 0xD55215) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 15. RGB value is (213,82,21). Sum of RGB (Red+Green+Blue) = 213+82+21=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55215 is #2AADEA. Grayscale: #727272. Windows color (decimal): -2797035 or 1397461. OLE color: 1397461.

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

Color convert

RGB 213 82 21 -
CMYK 0 0.62 0.90 0.16
HSL 19.06º 0.82% 0.46% -
HSV(B) 19.06º 0.9% 0.84% -
XYZ 30.59 20.23 3 -
YUV 114.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 213 82 21 0 0.62 0.90 0.16 19.06 0.82 0.46
Hex D5 52 15 0 3E 5A 10 13 52 2E
Octal 325 122 25 0 76 132 20 23 122 56
Binary 11010101 1010010 10101 0 111110 1011010 10000 10011 1010010 101110

Color Harmonies of #D55215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55215

Black with #D55215

Text Example


Text Example

White with #D55215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55215; }

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

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

background-color css

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

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

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

border-color css

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

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

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