#5E1405

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

Shades of Red Oxide #5E1405

Tints of Red Oxide #5E1405

Color information

#5E1405 (or 0x5E1405) is unknown color: approx Red Oxide. HEX triplet: 5E, 14 and 05. RGB value is (94,20,5). Sum of RGB (Red+Green+Blue) = 94+20+5=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1405 is #A1EBFA. Grayscale: #282828. Windows color (decimal): -10611707 or 332894. OLE color: 332894.

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

Color convert

RGB94205-
CMYK00.790.950.63
HSL10.11º89.9%19.41%-
HSV(B)10.11º94.68%36.86%-
XYZ4.892.890.44-
YUV40.42108.02166.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 78.99%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=78.99%
G=16.81%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9420500.790.950.6310.1189.919.41
Hex5E14504F5F3Fa5a13
Octal1362450117137771213223
Binary1011110101001010100111110111111111111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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