Html Css Color HEX #D55211 Tenne (Tawny)

📋 copy color: '#D55211'

red 213 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D55211

Tints of Tenne (Tawny) #D55211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 68.27%
G = 26.28%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D55211 (or 0xD55211) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 11. RGB value is (213,82,17). Sum of RGB (Red+Green+Blue) = 213+82+17=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D55211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55211 is #2AADEE. Grayscale: #727272. Windows color (decimal): -2797039 or 1135317. OLE color: 1135317.

HSL color Cylindrical-coordinate representation of color #D55211: hue angle of 19.9º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55211 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 17 -
CMYK 0 0.62 0.92 0.16
HSL 19.9º 0.85% 0.45% -
HSV(B) 19.9º 0.92% 0.84% -
XYZ 30.56 20.22 2.82 -
YUV 113.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 213 82 17 0 0.62 0.92 0.16 19.9 0.85 0.45
Hex D5 52 11 0 3E 5C 10 14 55 2D
Octal 325 122 21 0 76 134 20 24 125 55
Binary 11010101 1010010 10001 0 111110 1011100 10000 10100 1010101 101101

Color Harmonies of #D55211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55211

Black with #D55211

Text Example


Text Example

White with #D55211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55211; }

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

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

background-color css

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

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

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

border-color css

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

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

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