Html Css Color HEX #5E150D Red Oxide

📋 copy color: '#5E150D'

red 94 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #5E150D

Tints of Red Oxide #5E150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.16%

R = 73.44%
G = 16.41%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E150D (or 0x5E150D) is known color: Red Oxide. HEX triplet: 5E, 15 and 0D. RGB value is (94,21,13). Sum of RGB (Red+Green+Blue) = 94+21+13=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E150D is #A1EAF2. Grayscale: #2A2A2A. Windows color (decimal): -10611443 or 857438. OLE color: 857438.

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

Color convert

RGB 94 21 13 -
CMYK 0 0.78 0.86 0.63
HSL 5.93º 0.76% 0.21% -
HSV(B) 5.93º 0.86% 0.37% -
XYZ 4.96 2.95 0.69 -
YUV 41.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 94 21 13 0 0.78 0.86 0.63 5.93 0.76 0.21
Hex 5E 15 D 0 4E 56 3F 6 4C 15
Octal 136 25 15 0 116 126 77 6 114 25
Binary 1011110 10101 1101 0 1001110 1010110 111111 110 1001100 10101

Color Harmonies of #5E150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E150D

Black with #5E150D

Text Example


Text Example

White with #5E150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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