Html Css Color HEX #93231C Mandarian Orange

📋 copy color: '#93231C'

red 147 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #93231C

Tints of Mandarian Orange #93231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 70%
G = 16.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93231C (or 0x93231C) is known color: Mandarian Orange. HEX triplet: 93, 23 and 1C. RGB value is (147,35,28). Sum of RGB (Red+Green+Blue) = 147+35+28=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231C is #6CDCE3. Grayscale: #434343. Windows color (decimal): -7134436 or 1844115. OLE color: 1844115.

HSL color Cylindrical-coordinate representation of color #93231C: hue angle of 3.53º 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 #93231C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 28 -
CMYK 0 0.76 0.81 0.42
HSL 3.53º 0.68% 0.34% -
HSV(B) 3.53º 0.81% 0.58% -
XYZ 12.84 7.49 1.87 -
YUV 67.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 147 35 28 0 0.76 0.81 0.42 3.53 0.68 0.34
Hex 93 23 1C 0 4C 51 2A 4 44 22
Octal 223 43 34 0 114 121 52 4 104 42
Binary 10010011 100011 11100 0 1001100 1010001 101010 100 1000100 100010

Color Harmonies of #93231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93231C

Black with #93231C

Text Example


Text Example

White with #93231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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