Html Css Color HEX #55110D Red Oxide

📋 copy color: '#55110D'

red 85 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #55110D

Tints of Red Oxide #55110D

RGB

 RED value IS 85 (33.59% from 255) = 73.91%

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 73.91%
G = 14.78%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55110D (or 0x55110D) is known color: Red Oxide. HEX triplet: 55, 11 and 0D. RGB value is (85,17,13). Sum of RGB (Red+Green+Blue) = 85+17+13=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55110D is #AAEEF2. Grayscale: #242424. Windows color (decimal): -11202291 or 856405. OLE color: 856405.

HSL color Cylindrical-coordinate representation of color #55110D: hue angle of 3.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55110D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 13 -
CMYK 0 0.80 0.85 0.67
HSL 3.33º 0.73% 0.19% -
HSV(B) 3.33º 0.85% 0.33% -
XYZ 4.02 2.36 0.62 -
YUV 36.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 85 17 13 0 0.80 0.85 0.67 3.33 0.73 0.19
Hex 55 11 D 0 50 55 43 3 49 13
Octal 125 21 15 0 120 125 103 3 111 23
Binary 1010101 10001 1101 0 1010000 1010101 1000011 11 1001001 10011

Color Harmonies of #55110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55110D

Black with #55110D

Text Example


Text Example

White with #55110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55110D; }

 p { color: rgb(85,17,13); }

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

background-color css

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

 a { background-color: rgb(85,17,13); }

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

border-color css

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

 span { border-color: rgb(85,17,13); }

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