Html Css Color HEX #5E221D Red Oxide

📋 copy color: '#5E221D'

red 94 ◦ green 34 ◦ blue 29

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

Shades of Red Oxide #5E221D

Tints of Red Oxide #5E221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 59.87%
G = 21.66%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5E221D (or 0x5E221D) is known color: Red Oxide. HEX triplet: 5E, 22 and 1D. RGB value is (94,34,29). Sum of RGB (Red+Green+Blue) = 94+34+29=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E221D is #A1DDE2. Grayscale: #333333. Windows color (decimal): -10608099 or 1909342. OLE color: 1909342.

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

Color convert

RGB 94 34 29 -
CMYK 0 0.64 0.69 0.63
HSL 4.62º 0.53% 0.24% -
HSV(B) 4.62º 0.69% 0.37% -
XYZ 5.41 3.61 1.57 -
YUV 51.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 94 34 29 0 0.64 0.69 0.63 4.62 0.53 0.24
Hex 5E 22 1D 0 40 45 3F 5 35 18
Octal 136 42 35 0 100 105 77 5 65 30
Binary 1011110 100010 11101 0 1000000 1000101 111111 101 110101 11000

Color Harmonies of #5E221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E221D

Black with #5E221D

Text Example


Text Example

White with #5E221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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