Html Css Color HEX #5E1611 Red Oxide

📋 copy color: '#5E1611'

red 94 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #5E1611

Tints of Red Oxide #5E1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 70.68%
G = 16.54%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#5E1611 (or 0x5E1611) is known color: Red Oxide. HEX triplet: 5E, 16 and 11. RGB value is (94,22,17). Sum of RGB (Red+Green+Blue) = 94+22+17=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1611 is #A1E9EE. Grayscale: #2B2B2B. Windows color (decimal): -10611183 or 1119838. OLE color: 1119838.

HSL color Cylindrical-coordinate representation of color #5E1611: hue angle of 3.9º 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 #5E1611 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 22 17 -
CMYK 0 0.77 0.82 0.63
HSL 3.9º 0.69% 0.22% -
HSV(B) 3.9º 0.82% 0.37% -
XYZ 5 2.99 0.84 -
YUV 42.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 94 22 17 0 0.77 0.82 0.63 3.9 0.69 0.22
Hex 5E 16 11 0 4D 52 3F 4 45 16
Octal 136 26 21 0 115 122 77 4 105 26
Binary 1011110 10110 10001 0 1001101 1010010 111111 100 1000101 10110

Color Harmonies of #5E1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1611

Black with #5E1611

Text Example


Text Example

White with #5E1611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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