Html Css Color HEX #93241F Mandarian Orange

📋 copy color: '#93241F'

red 147 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #93241F

Tints of Mandarian Orange #93241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 68.69%
G = 16.82%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93241F (or 0x93241F) is known color: Mandarian Orange. HEX triplet: 93, 24 and 1F. RGB value is (147,36,31). Sum of RGB (Red+Green+Blue) = 147+36+31=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93241F is #6CDBE0. Grayscale: #444444. Windows color (decimal): -7134177 or 2040979. OLE color: 2040979.

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

Color convert

RGB 147 36 31 -
CMYK 0 0.76 0.79 0.42
HSL 2.59º 0.65% 0.35% -
HSV(B) 2.59º 0.79% 0.58% -
XYZ 12.91 7.56 2.08 -
YUV 68.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 147 36 31 0 0.76 0.79 0.42 2.59 0.65 0.35
Hex 93 24 1F 0 4C 4F 2A 3 41 23
Octal 223 44 37 0 114 117 52 3 101 43
Binary 10010011 100100 11111 0 1001100 1001111 101010 11 1000001 100011

Color Harmonies of #93241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93241F

Black with #93241F

Text Example


Text Example

White with #93241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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