Html Css Color HEX #5E1711 Red Oxide

📋 copy color: '#5E1711'

red 94 ◦ green 23 ◦ blue 17

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

Shades of Red Oxide #5E1711

Tints of Red Oxide #5E1711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 70.15%
G = 17.16%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5E1711 (or 0x5E1711) is known color: Red Oxide. HEX triplet: 5E, 17 and 11. RGB value is (94,23,17). Sum of RGB (Red+Green+Blue) = 94+23+17=134 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.15% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1711 is #A1E8EE. Grayscale: #2B2B2B. Windows color (decimal): -10610927 or 1120094. OLE color: 1120094.

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

Color convert

RGB 94 23 17 -
CMYK 0 0.76 0.82 0.63
HSL 4.68º 0.69% 0.22% -
HSV(B) 4.68º 0.82% 0.37% -
XYZ 5.02 3.03 0.85 -
YUV 43.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 94 23 17 0 0.76 0.82 0.63 4.68 0.69 0.22
Hex 5E 17 11 0 4C 52 3F 5 45 16
Octal 136 27 21 0 114 122 77 5 105 26
Binary 1011110 10111 10001 0 1001100 1010010 111111 101 1000101 10110

Color Harmonies of #5E1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1711

Black with #5E1711

Text Example


Text Example

White with #5E1711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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