Html Css Color HEX #941C11 Mandarian Orange

📋 copy color: '#941C11'

red 148 ◦ green 28 ◦ blue 17

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

Shades of Mandarian Orange #941C11

Tints of Mandarian Orange #941C11

RGB

 RED value IS 148 (58.2% from 255) = 76.68%

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

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

R = 76.68%
G = 14.51%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941C11 (or 0x941C11) is known color: Mandarian Orange. HEX triplet: 94, 1C and 11. RGB value is (148,28,17). Sum of RGB (Red+Green+Blue) = 148+28+17=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #941C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941C11 is #6BE3EE. Grayscale: #3E3E3E. Windows color (decimal): -7070703 or 1121428. OLE color: 1121428.

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

Color convert

RGB 148 28 17 -
CMYK 0 0.81 0.89 0.42
HSL 5.04º 0.79% 0.32% -
HSV(B) 5.04º 0.89% 0.58% -
XYZ 12.73 7.17 1.24 -
YUV 62.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 148 28 17 0 0.81 0.89 0.42 5.04 0.79 0.32
Hex 94 1C 11 0 51 59 2A 5 4F 20
Octal 224 34 21 0 121 131 52 5 117 40
Binary 10010100 11100 10001 0 1010001 1011001 101010 101 1001111 100000

Color Harmonies of #941C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C11

Black with #941C11

Text Example


Text Example

White with #941C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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