#5D1111

Color #5D1111 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5D1111

Tints of Red Oxide #5D1111

Color information

#5D1111 (or 0x5D1111) is unknown color: approx Red Oxide. HEX triplet: 5D, 11 and 11. RGB value is (93,17,17). Sum of RGB (Red+Green+Blue) = 93+17+17=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1111 is #A2EEEE. Grayscale: #272727. Windows color (decimal): -10677999 or 1118557. OLE color: 1118557.

HSL color Cylindrical-coordinate representation of color #5D1111: hue angle of 0º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1111 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB931717-
CMYK00.820.820.64
HSL69.09%21.57%-
HSV(B)81.72%36.47%-
XYZ4.822.770.81-
YUV39.72115.18166-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 73.23%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=73.23%
G=13.39%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93171700.820.820.64069.0921.57
Hex5D1111052524004516
Octal13521210122122100010526
Binary1011101100011000101010010101001010000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D1111; }

 p { color: rgb(93,17,17); }

 H1.HeaderClassName
 {
   color: #5D1111;
 }
 .AnyTagClassName
 {
   color: #5D1111;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5D1111;
 }
 .BgClassName
 {
   background-color: #5D1111;
 }
</style>
border-color css

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

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

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