Html Css Color HEX #931C14 Mandarian Orange

📋 copy color: '#931C14'

red 147 ◦ green 28 ◦ blue 20

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

Shades of Mandarian Orange #931C14

Tints of Mandarian Orange #931C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 75.38%
G = 14.36%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931C14 (or 0x931C14) is known color: Mandarian Orange. HEX triplet: 93, 1C and 14. RGB value is (147,28,20). Sum of RGB (Red+Green+Blue) = 147+28+20=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #931C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C14 is #6CE3EB. Grayscale: #3E3E3E. Windows color (decimal): -7136236 or 1318035. OLE color: 1318035.

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

Color convert

RGB 147 28 20 -
CMYK 0 0.81 0.86 0.42
HSL 3.78º 0.76% 0.33% -
HSV(B) 3.78º 0.86% 0.58% -
XYZ 12.57 7.08 1.37 -
YUV 62.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 147 28 20 0 0.81 0.86 0.42 3.78 0.76 0.33
Hex 93 1C 14 0 51 56 2A 4 4C 21
Octal 223 34 24 0 121 126 52 4 114 41
Binary 10010011 11100 10100 0 1010001 1010110 101010 100 1001100 100001

Color Harmonies of #931C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931C14

Black with #931C14

Text Example


Text Example

White with #931C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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