#5E1C1C

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

Shades of Red Oxide #5E1C1C

Tints of Red Oxide #5E1C1C

Color information

#5E1C1C (or 0x5E1C1C) is unknown color: approx Red Oxide. HEX triplet: 5E, 1C and 1C. RGB value is (94,28,28). Sum of RGB (Red+Green+Blue) = 94+28+28=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1C1C is #A1E3E3. Grayscale: #2F2F2F. Windows color (decimal): -10609636 or 1842270. OLE color: 1842270.

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

Color convert

RGB942828-
CMYK00.700.700.63
HSL54.1%23.92%-
HSV(B)70.21%36.86%-
XYZ5.243.291.46-
YUV47.73116.87161-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 62.67%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=62.67%
G=18.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94282800.700.700.63054.123.92
Hex5E1C1C046463F03618
Octal136343401061067706630
Binary10111101110011100010001101000110111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,28,28); }

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

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

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

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

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

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

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