Html Css Color HEX #942111 Mandarian Orange

📋 copy color: '#942111'

red 148 ◦ green 33 ◦ blue 17

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

Shades of Mandarian Orange #942111

Tints of Mandarian Orange #942111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 74.75%
G = 16.67%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942111 (or 0x942111) is known color: Mandarian Orange. HEX triplet: 94, 21 and 11. RGB value is (148,33,17). Sum of RGB (Red+Green+Blue) = 148+33+17=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #942111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942111 is #6BDEEE. Grayscale: #414141. Windows color (decimal): -7069423 or 1122708. OLE color: 1122708.

HSL color Cylindrical-coordinate representation of color #942111: hue angle of 7.33º 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 #942111 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 17 -
CMYK 0 0.78 0.89 0.42
HSL 7.33º 0.79% 0.32% -
HSV(B) 7.33º 0.89% 0.58% -
XYZ 12.86 7.42 1.29 -
YUV 65.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 148 33 17 0 0.78 0.89 0.42 7.33 0.79 0.32
Hex 94 21 11 0 4E 59 2A 7 4F 20
Octal 224 41 21 0 116 131 52 7 117 40
Binary 10010100 100001 10001 0 1001110 1011001 101010 111 1001111 100000

Color Harmonies of #942111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942111

Black with #942111

Text Example


Text Example

White with #942111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942111; }

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

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

background-color css

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

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

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

border-color css

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

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

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