Html Css Color HEX #5E1815 Red Oxide

📋 copy color: '#5E1815'

red 94 ◦ green 24 ◦ blue 21

#5E1815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #5E1815

Tints of Red Oxide #5E1815

RGB

 RED value IS 94 (37.11% from 255) = 67.63%

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 67.63%
G = 17.27%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5E1815 (or 0x5E1815) is known color: Red Oxide. HEX triplet: 5E, 18 and 15. RGB value is (94,24,21). Sum of RGB (Red+Green+Blue) = 94+24+21=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1815 is #A1E7EA. Grayscale: #2C2C2C. Windows color (decimal): -10610667 or 1382494. OLE color: 1382494.

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

Color convert

RGB 94 24 21 -
CMYK 0 0.74 0.78 0.63
HSL 2.47º 0.63% 0.23% -
HSV(B) 2.47º 0.78% 0.37% -
XYZ 5.08 3.09 1.04 -
YUV 44.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 94 24 21 0 0.74 0.78 0.63 2.47 0.63 0.23
Hex 5E 18 15 0 4A 4E 3F 2 3F 17
Octal 136 30 25 0 112 116 77 2 77 27
Binary 1011110 11000 10101 0 1001010 1001110 111111 10 111111 10111

Color Harmonies of #5E1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1815

Black with #5E1815

Text Example


Text Example

White with #5E1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,21); }

 H1.HeaderClassName
 {
   color: #5E1815;
 }
 .AnyTagClassName
 {
   color: #5E1815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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