Html Css Color HEX #5E1504 Red Oxide

📋 copy color: '#5E1504'

red 94 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #5E1504

Tints of Red Oxide #5E1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 78.99%
G = 17.65%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#5E1504 (or 0x5E1504) is known color: Red Oxide. HEX triplet: 5E, 15 and 04. RGB value is (94,21,4). Sum of RGB (Red+Green+Blue) = 94+21+4=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1504 is #A1EAFB. Grayscale: #292929. Windows color (decimal): -10611452 or 267614. OLE color: 267614.

HSL color Cylindrical-coordinate representation of color #5E1504: hue angle of 11.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E1504 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 4 -
CMYK 0 0.78 0.96 0.63
HSL 11.33º 0.92% 0.19% -
HSV(B) 11.33º 0.96% 0.37% -
XYZ 4.91 2.92 0.42 -
YUV 40.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 94 21 4 0 0.78 0.96 0.63 11.33 0.92 0.19
Hex 5E 15 4 0 4E 60 3F B 5C 13
Octal 136 25 4 0 116 140 77 13 134 23
Binary 1011110 10101 100 0 1001110 1100000 111111 1011 1011100 10011

Color Harmonies of #5E1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1504

Black with #5E1504

Text Example


Text Example

White with #5E1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,4); }

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

background-color css

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

 a { background-color: rgb(94,21,4); }

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

border-color css

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

 span { border-color: rgb(94,21,4); }

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