Html Css Color HEX #D55110 Tenne (Tawny)

📋 copy color: '#D55110'

red 213 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #D55110

Tints of Tenne (Tawny) #D55110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 68.71%
G = 26.13%
B = 5.16%

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

#D55110 (or 0xD55110) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 10. RGB value is (213,81,16). Sum of RGB (Red+Green+Blue) = 213+81+16=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D55110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55110 is #2AAEEF. Grayscale: #717171. Windows color (decimal): -2797296 or 1069525. OLE color: 1069525.

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

Color convert

RGB 213 81 16 -
CMYK 0 0.62 0.92 0.16
HSL 19.8º 0.86% 0.45% -
HSV(B) 19.8º 0.92% 0.84% -
XYZ 30.48 20.07 2.76 -
YUV 113.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 213 81 16 0 0.62 0.92 0.16 19.8 0.86 0.45
Hex D5 51 10 0 3E 5C 10 14 56 2D
Octal 325 121 20 0 76 134 20 24 126 55
Binary 11010101 1010001 10000 0 111110 1011100 10000 10100 1010110 101101

Color Harmonies of #D55110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55110

Black with #D55110

Text Example


Text Example

White with #D55110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55110; }

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

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

background-color css

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

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

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

border-color css

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

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

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