#5E1201

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

Shades of Red Oxide #5E1201

Tints of Red Oxide #5E1201

Color information

#5E1201 (or 0x5E1201) is unknown color: approx Red Oxide. HEX triplet: 5E, 12 and 01. RGB value is (94,18,1). Sum of RGB (Red+Green+Blue) = 94+18+1=113 (14% of max value = 765). Red value is 94 (37.11% from 255 or 83.19% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1201 is #A1EDFE. Grayscale: #262626. Windows color (decimal): -10612223 or 70238. OLE color: 70238.

HSL color Cylindrical-coordinate representation of color #5E1201: hue angle of 10.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E1201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB94181-
CMYK00.810.990.63
HSL10.97º97.89%18.63%-
HSV(B)10.97º98.94%36.86%-
XYZ4.842.810.32-
YUV38.79106.68167.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 83.19%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=83.19%
G=15.93%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9418100.810.990.6310.9797.8918.63
Hex5E121051633Fb6213
Octal1362210121143771314223
Binary10111101001010101000111000111111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,1); }

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

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

 a { background-color: rgb(94,18,1); }

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

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

 span { border-color: rgb(94,18,1); }

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