Html Css Color HEX #5E1919 Red Oxide

📋 copy color: '#5E1919'

red 94 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #5E1919

Tints of Red Oxide #5E1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 65.28%
G = 17.36%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#5E1919 (or 0x5E1919) is known color: Red Oxide. HEX triplet: 5E, 19 and 19. RGB value is (94,25,25). Sum of RGB (Red+Green+Blue) = 94+25+25=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1919 is #A1E6E6. Grayscale: #2D2D2D. Windows color (decimal): -10610407 or 1644894. OLE color: 1644894.

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

Color convert

RGB 94 25 25 -
CMYK 0 0.73 0.73 0.63
HSL 0.58% 0.23% -
HSV(B) 0.73% 0.37% -
XYZ 5.14 3.15 1.26 -
YUV 45.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 94 25 25 0 0.73 0.73 0.63 0 0.58 0.23
Hex 5E 19 19 0 49 49 3F 0 3A 17
Octal 136 31 31 0 111 111 77 0 72 27
Binary 1011110 11001 11001 0 1001001 1001001 111111 0 111010 10111

Color Harmonies of #5E1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1919

Black with #5E1919

Text Example


Text Example

White with #5E1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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