Html Css Color HEX #5E150F Red Oxide

📋 copy color: '#5E150F'

red 94 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #5E150F

Tints of Red Oxide #5E150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 72.31%
G = 16.15%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5E150F (or 0x5E150F) is known color: Red Oxide. HEX triplet: 5E, 15 and 0F. RGB value is (94,21,15). Sum of RGB (Red+Green+Blue) = 94+21+15=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E150F is #A1EAF0. Grayscale: #2A2A2A. Windows color (decimal): -10611441 or 988510. OLE color: 988510.

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

Color convert

RGB 94 21 15 -
CMYK 0 0.78 0.84 0.63
HSL 4.56º 0.72% 0.21% -
HSV(B) 4.56º 0.84% 0.37% -
XYZ 4.97 2.95 0.76 -
YUV 42.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 94 21 15 0 0.78 0.84 0.63 4.56 0.72 0.21
Hex 5E 15 F 0 4E 54 3F 5 48 15
Octal 136 25 17 0 116 124 77 5 110 25
Binary 1011110 10101 1111 0 1001110 1010100 111111 101 1001000 10101

Color Harmonies of #5E150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E150F

Black with #5E150F

Text Example


Text Example

White with #5E150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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