Html Css Color HEX #93201F Mandarian Orange

📋 copy color: '#93201F'

red 147 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #93201F

Tints of Mandarian Orange #93201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 70%
G = 15.24%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93201F (or 0x93201F) is known color: Mandarian Orange. HEX triplet: 93, 20 and 1F. RGB value is (147,32,31). Sum of RGB (Red+Green+Blue) = 147+32+31=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93201F is #6CDFE0. Grayscale: #424242. Windows color (decimal): -7135201 or 2039955. OLE color: 2039955.

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

Color convert

RGB 147 32 31 -
CMYK 0 0.78 0.79 0.42
HSL 0.52º 0.65% 0.35% -
HSV(B) 0.52º 0.79% 0.58% -
XYZ 12.8 7.33 2.04 -
YUV 66.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 147 32 31 0 0.78 0.79 0.42 0.52 0.65 0.35
Hex 93 20 1F 0 4E 4F 2A 1 41 23
Octal 223 40 37 0 116 117 52 1 101 43
Binary 10010011 100000 11111 0 1001110 1001111 101010 1 1000001 100011

Color Harmonies of #93201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93201F

Black with #93201F

Text Example


Text Example

White with #93201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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