Html Css Color HEX #93221C Mandarian Orange

📋 copy color: '#93221C'

red 147 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #93221C

Tints of Mandarian Orange #93221C

RGB

 RED value IS 147 (57.81% from 255) = 70.33%

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

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

R = 70.33%
G = 16.27%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93221C (or 0x93221C) is known color: Mandarian Orange. HEX triplet: 93, 22 and 1C. RGB value is (147,34,28). Sum of RGB (Red+Green+Blue) = 147+34+28=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93221C is #6CDDE3. Grayscale: #434343. Windows color (decimal): -7134692 or 1843859. OLE color: 1843859.

HSL color Cylindrical-coordinate representation of color #93221C: hue angle of 3.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93221C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 34 28 -
CMYK 0 0.77 0.81 0.42
HSL 3.03º 0.68% 0.34% -
HSV(B) 3.03º 0.81% 0.58% -
XYZ 12.81 7.43 1.86 -
YUV 67.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 147 34 28 0 0.77 0.81 0.42 3.03 0.68 0.34
Hex 93 22 1C 0 4D 51 2A 3 44 22
Octal 223 42 34 0 115 121 52 3 104 42
Binary 10010011 100010 11100 0 1001101 1010001 101010 11 1000100 100010

Color Harmonies of #93221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93221C

Black with #93221C

Text Example


Text Example

White with #93221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93221C; }

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

 H1.HeaderClassName
 {
   color: #93221C;
 }
 .AnyTagClassName
 {
   color: #93221C;
 }
</style>

background-color css

<style>
 a { background-color: #93221C; }

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

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

border-color css

<style>
 span { border-color: #93221C; }

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

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