Html Css Color HEX #93201C Mandarian Orange

📋 copy color: '#93201C'

red 147 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #93201C

Tints of Mandarian Orange #93201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 71.01%
G = 15.46%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93201C (or 0x93201C) is known color: Mandarian Orange. HEX triplet: 93, 20 and 1C. RGB value is (147,32,28). Sum of RGB (Red+Green+Blue) = 147+32+28=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #93201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93201C is #6CDFE3. Grayscale: #424242. Windows color (decimal): -7135204 or 1843347. OLE color: 1843347.

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

Color convert

RGB 147 32 28 -
CMYK 0 0.78 0.81 0.42
HSL 2.02º 0.68% 0.34% -
HSV(B) 2.02º 0.81% 0.58% -
XYZ 12.76 7.32 1.84 -
YUV 65.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 147 32 28 0 0.78 0.81 0.42 2.02 0.68 0.34
Hex 93 20 1C 0 4E 51 2A 2 44 22
Octal 223 40 34 0 116 121 52 2 104 42
Binary 10010011 100000 11100 0 1001110 1010001 101010 10 1000100 100010

Color Harmonies of #93201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93201C

Black with #93201C

Text Example


Text Example

White with #93201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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