Html Css Color HEX #5E110D Red Oxide

📋 copy color: '#5E110D'

red 94 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #5E110D

Tints of Red Oxide #5E110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.71%

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 75.81%
G = 13.71%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E110D (or 0x5E110D) is known color: Red Oxide. HEX triplet: 5E, 11 and 0D. RGB value is (94,17,13). Sum of RGB (Red+Green+Blue) = 94+17+13=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E110D is #A1EEF2. Grayscale: #272727. Windows color (decimal): -10612467 or 856414. OLE color: 856414.

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

Color convert

RGB 94 17 13 -
CMYK 0 0.82 0.86 0.63
HSL 2.96º 0.76% 0.21% -
HSV(B) 2.96º 0.86% 0.37% -
XYZ 4.89 2.81 0.67 -
YUV 39.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 94 17 13 0 0.82 0.86 0.63 2.96 0.76 0.21
Hex 5E 11 D 0 52 56 3F 3 4C 15
Octal 136 21 15 0 122 126 77 3 114 25
Binary 1011110 10001 1101 0 1010010 1010110 111111 11 1001100 10101

Color Harmonies of #5E110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E110D

Black with #5E110D

Text Example


Text Example

White with #5E110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,17,13); }

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

background-color css

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

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

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

border-color css

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

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

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