Html Css Color HEX #D55111 Tenne (Tawny)

📋 copy color: '#D55111'

red 213 ◦ green 81 ◦ blue 17

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

Shades of Tenne (Tawny) #D55111

Tints of Tenne (Tawny) #D55111

RGB

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

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

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

R = 68.49%
G = 26.05%
B = 5.47%

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

#D55111 (or 0xD55111) is known color: Tenne (Tawny). HEX triplet: D5, 51 and 11. RGB value is (213,81,17). Sum of RGB (Red+Green+Blue) = 213+81+17=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D55111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55111 is #2AAEEE. Grayscale: #717171. Windows color (decimal): -2797295 or 1135061. OLE color: 1135061.

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

Color convert

RGB 213 81 17 -
CMYK 0 0.62 0.92 0.16
HSL 19.59º 0.85% 0.45% -
HSV(B) 19.59º 0.92% 0.84% -
XYZ 30.48 20.07 2.8 -
YUV 113.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 213 81 17 0 0.62 0.92 0.16 19.59 0.85 0.45
Hex D5 51 11 0 3E 5C 10 14 55 2D
Octal 325 121 21 0 76 134 20 24 125 55
Binary 11010101 1010001 10001 0 111110 1011100 10000 10100 1010101 101101

Color Harmonies of #D55111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55111

Black with #D55111

Text Example


Text Example

White with #D55111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55111; }

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

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

background-color css

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

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

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

border-color css

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

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

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