Html Css Color HEX #5E1908 Red Oxide

📋 copy color: '#5E1908'

red 94 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #5E1908

Tints of Red Oxide #5E1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 74.02%
G = 19.69%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#5E1908 (or 0x5E1908) is known color: Red Oxide. HEX triplet: 5E, 19 and 08. RGB value is (94,25,8). Sum of RGB (Red+Green+Blue) = 94+25+8=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1908 is #A1E6F7. Grayscale: #2B2B2B. Windows color (decimal): -10610424 or 530782. OLE color: 530782.

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

Color convert

RGB 94 25 8 -
CMYK 0 0.73 0.91 0.63
HSL 11.86º 0.84% 0.2% -
HSV(B) 11.86º 0.91% 0.37% -
XYZ 5.01 3.09 0.56 -
YUV 43.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 94 25 8 0 0.73 0.91 0.63 11.86 0.84 0.2
Hex 5E 19 8 0 49 5B 3F C 54 14
Octal 136 31 10 0 111 133 77 14 124 24
Binary 1011110 11001 1000 0 1001001 1011011 111111 1100 1010100 10100

Color Harmonies of #5E1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1908

Black with #5E1908

Text Example


Text Example

White with #5E1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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