#5C2121

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

Shades of Red Oxide #5C2121

Tints of Red Oxide #5C2121

Color information

#5C2121 (or 0x5C2121) is unknown color: approx Red Oxide. HEX triplet: 5C, 21 and 21. RGB value is (92,33,33). Sum of RGB (Red+Green+Blue) = 92+33+33=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2121 is #A3DEDE. Grayscale: #323232. Windows color (decimal): -10739423 or 2171228. OLE color: 2171228.

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

Color convert

RGB923333-
CMYK00.640.640.64
HSL47.2%24.51%-
HSV(B)64.13%36.08%-
XYZ5.233.471.83-
YUV50.64118.05157.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.23%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=58.23%
G=20.89%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92333300.640.640.64047.224.51
Hex5C2121040404002f19
Octal1344141010010010005731
Binary10111001000011000010100000010000001000000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,33); }

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

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

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

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

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

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

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