Html Css Color HEX #D55210 Tenne (Tawny)

📋 copy color: '#D55210'

red 213 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #D55210

Tints of Tenne (Tawny) #D55210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 68.49%
G = 26.37%
B = 5.14%

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

#D55210 (or 0xD55210) is known color: Tenne (Tawny). HEX triplet: D5, 52 and 10. RGB value is (213,82,16). Sum of RGB (Red+Green+Blue) = 213+82+16=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D55210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55210 is #2AADEF. Grayscale: #727272. Windows color (decimal): -2797040 or 1069781. OLE color: 1069781.

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

Color convert

RGB 213 82 16 -
CMYK 0 0.62 0.92 0.16
HSL 20.1º 0.86% 0.45% -
HSV(B) 20.1º 0.92% 0.84% -
XYZ 30.55 20.22 2.78 -
YUV 113.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 213 82 16 0 0.62 0.92 0.16 20.1 0.86 0.45
Hex D5 52 10 0 3E 5C 10 14 56 2D
Octal 325 122 20 0 76 134 20 24 126 55
Binary 11010101 1010010 10000 0 111110 1011100 10000 10100 1010110 101101

Color Harmonies of #D55210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55210

Black with #D55210

Text Example


Text Example

White with #D55210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55210; }

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

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

background-color css

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

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

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

border-color css

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

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

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