Html Css Color HEX #932222 Mandarian Orange

📋 copy color: '#932222'

red 147 ◦ green 34 ◦ blue 34

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

Shades of Mandarian Orange #932222

Tints of Mandarian Orange #932222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.81%

R = 68.37%
G = 15.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#932222 (or 0x932222) is known color: Mandarian Orange. HEX triplet: 93, 22 and 22. RGB value is (147,34,34). Sum of RGB (Red+Green+Blue) = 147+34+34=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #932222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932222 is #6CDDDD. Grayscale: #434343. Windows color (decimal): -7134686 or 2237075. OLE color: 2237075.

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

Color convert

RGB 147 34 34 -
CMYK 0 0.77 0.77 0.42
HSL 0.62% 0.35% -
HSV(B) 0.77% 0.58% -
XYZ 12.89 7.46 2.27 -
YUV 67.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 147 34 34 0 0.77 0.77 0.42 0 0.62 0.35
Hex 93 22 22 0 4D 4D 2A 0 3E 23
Octal 223 42 42 0 115 115 52 0 76 43
Binary 10010011 100010 100010 0 1001101 1001101 101010 0 111110 100011

Color Harmonies of #932222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932222

Black with #932222

Text Example


Text Example

White with #932222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932222; }

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

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

background-color css

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

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

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

border-color css

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

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

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