Html Css Color HEX #931C11 Mandarian Orange

📋 copy color: '#931C11'

red 147 ◦ green 28 ◦ blue 17

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

Shades of Mandarian Orange #931C11

Tints of Mandarian Orange #931C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.58%

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 76.56%
G = 14.58%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#931C11 (or 0x931C11) is known color: Mandarian Orange. HEX triplet: 93, 1C and 11. RGB value is (147,28,17). Sum of RGB (Red+Green+Blue) = 147+28+17=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #931C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C11 is #6CE3EE. Grayscale: #3E3E3E. Windows color (decimal): -7136239 or 1121427. OLE color: 1121427.

HSL color Cylindrical-coordinate representation of color #931C11: hue angle of 5.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931C11 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 28 17 -
CMYK 0 0.81 0.88 0.42
HSL 5.08º 0.79% 0.32% -
HSV(B) 5.08º 0.88% 0.58% -
XYZ 12.55 7.07 1.23 -
YUV 62.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 147 28 17 0 0.81 0.88 0.42 5.08 0.79 0.32
Hex 93 1C 11 0 51 58 2A 5 4F 20
Octal 223 34 21 0 121 130 52 5 117 40
Binary 10010011 11100 10001 0 1010001 1011000 101010 101 1001111 100000

Color Harmonies of #931C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931C11

Black with #931C11

Text Example


Text Example

White with #931C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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