Html Css Color HEX #5E221C Red Oxide

📋 copy color: '#5E221C'

red 94 ◦ green 34 ◦ blue 28

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

Shades of Red Oxide #5E221C

Tints of Red Oxide #5E221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 60.26%
G = 21.79%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.63

RGB Variations

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

Color information

#5E221C (or 0x5E221C) is known color: Red Oxide. HEX triplet: 5E, 22 and 1C. RGB value is (94,34,28). Sum of RGB (Red+Green+Blue) = 94+34+28=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E221C is #A1DDE3. Grayscale: #333333. Windows color (decimal): -10608100 or 1843806. OLE color: 1843806.

HSL color Cylindrical-coordinate representation of color #5E221C: hue angle of 5.45º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E221C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 34 28 -
CMYK 0 0.64 0.70 0.63
HSL 5.45º 0.54% 0.24% -
HSV(B) 5.45º 0.7% 0.37% -
XYZ 5.4 3.61 1.51 -
YUV 51.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 94 34 28 0 0.64 0.70 0.63 5.45 0.54 0.24
Hex 5E 22 1C 0 40 46 3F 5 36 18
Octal 136 42 34 0 100 106 77 5 66 30
Binary 1011110 100010 11100 0 1000000 1000110 111111 101 110110 11000

Color Harmonies of #5E221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E221C

Black with #5E221C

Text Example


Text Example

White with #5E221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,34,28); }

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

background-color css

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

 a { background-color: rgb(94,34,28); }

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

border-color css

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

 span { border-color: rgb(94,34,28); }

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