Html Css Color HEX #5E110B Red Oxide

📋 copy color: '#5E110B'

red 94 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #5E110B

Tints of Red Oxide #5E110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 77.05%
G = 13.93%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#5E110B (or 0x5E110B) is known color: Red Oxide. HEX triplet: 5E, 11 and 0B. RGB value is (94,17,11). Sum of RGB (Red+Green+Blue) = 94+17+11=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E110B is #A1EEF4. Grayscale: #272727. Windows color (decimal): -10612469 or 725342. OLE color: 725342.

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

Color convert

RGB 94 17 11 -
CMYK 0 0.82 0.88 0.63
HSL 4.34º 0.79% 0.21% -
HSV(B) 4.34º 0.88% 0.37% -
XYZ 4.88 2.8 0.6 -
YUV 39.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 94 17 11 0 0.82 0.88 0.63 4.34 0.79 0.21
Hex 5E 11 B 0 52 58 3F 4 4F 15
Octal 136 21 13 0 122 130 77 4 117 25
Binary 1011110 10001 1011 0 1010010 1011000 111111 100 1001111 10101

Color Harmonies of #5E110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E110B

Black with #5E110B

Text Example


Text Example

White with #5E110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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