#5E211D

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

Shades of Red Oxide #5E211D

Tints of Red Oxide #5E211D

Color information

#5E211D (or 0x5E211D) is unknown color: approx Red Oxide. HEX triplet: 5E, 21 and 1D. RGB value is (94,33,29). Sum of RGB (Red+Green+Blue) = 94+33+29=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E211D is #A1DEE2. Grayscale: #323232. Windows color (decimal): -10608355 or 1909086. OLE color: 1909086.

HSL color Cylindrical-coordinate representation of color #5E211D: hue angle of 3.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E211D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB943329-
CMYK00.650.690.63
HSL3.69º52.85%24.12%-
HSV(B)3.69º69.15%36.86%-
XYZ5.383.561.57-
YUV50.78115.71158.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.26%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=60.26%
G=21.15%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94332900.650.690.633.6952.8524.12
Hex5E211D041453F43518
Octal136413501011057746530
Binary10111101000011110101000001100010111111110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,33,29); }

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

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

 a { background-color: rgb(94,33,29); }

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

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

 span { border-color: rgb(94,33,29); }

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