#5E1406

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

Shades of Red Oxide #5E1406

Tints of Red Oxide #5E1406

Color information

#5E1406 (or 0x5E1406) is unknown color: approx Red Oxide. HEX triplet: 5E, 14 and 06. RGB value is (94,20,6). Sum of RGB (Red+Green+Blue) = 94+20+6=120 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1406 is #A1EBF9. Grayscale: #282828. Windows color (decimal): -10611706 or 398430. OLE color: 398430.

HSL color Cylindrical-coordinate representation of color #5E1406: hue angle of 9.55º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E1406 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB94206-
CMYK00.790.940.63
HSL9.55º88%19.61%-
HSV(B)9.55º93.62%36.86%-
XYZ4.92.890.47-
YUV40.53108.52166.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 78.33%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 5%
R=78.33%
G=16.67%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9420600.790.940.639.558819.61
Hex5E14604F5E3Fa5814
Octal1362460117136771213024
Binary1011110101001100100111110111101111111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,20,6); }

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

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

 a { background-color: rgb(94,20,6); }

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

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

 span { border-color: rgb(94,20,6); }

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