Html Css Color HEX #5E201E Red Oxide

📋 copy color: '#5E201E'

red 94 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #5E201E

Tints of Red Oxide #5E201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 60.26%
G = 20.51%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E201E (or 0x5E201E) is known color: Red Oxide. HEX triplet: 5E, 20 and 1E. RGB value is (94,32,30). Sum of RGB (Red+Green+Blue) = 94+32+30=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E201E is #A1DFE1. Grayscale: #323232. Windows color (decimal): -10608610 or 1974366. OLE color: 1974366.

HSL color Cylindrical-coordinate representation of color #5E201E: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E201E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 32 30 -
CMYK 0 0.66 0.68 0.63
HSL 1.88º 0.52% 0.24% -
HSV(B) 1.88º 0.68% 0.37% -
XYZ 5.37 3.51 1.62 -
YUV 50.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 94 32 30 0 0.66 0.68 0.63 1.88 0.52 0.24
Hex 5E 20 1E 0 42 44 3F 2 34 18
Octal 136 40 36 0 102 104 77 2 64 30
Binary 1011110 100000 11110 0 1000010 1000100 111111 10 110100 11000

Color Harmonies of #5E201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E201E

Black with #5E201E

Text Example


Text Example

White with #5E201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,32,30); }

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

background-color css

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

 a { background-color: rgb(94,32,30); }

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

border-color css

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

 span { border-color: rgb(94,32,30); }

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