Html Css Color HEX #942118 Mandarian Orange

📋 copy color: '#942118'

red 148 ◦ green 33 ◦ blue 24

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

Shades of Mandarian Orange #942118

Tints of Mandarian Orange #942118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 72.2%
G = 16.1%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942118 (or 0x942118) is known color: Mandarian Orange. HEX triplet: 94, 21 and 18. RGB value is (148,33,24). Sum of RGB (Red+Green+Blue) = 148+33+24=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942118 is #6BDEE7. Grayscale: #424242. Windows color (decimal): -7069416 or 1581460. OLE color: 1581460.

HSL color Cylindrical-coordinate representation of color #942118: hue angle of 4.35º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #942118 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 24 -
CMYK 0 0.78 0.84 0.42
HSL 4.35º 0.72% 0.34% -
HSV(B) 4.35º 0.84% 0.58% -
XYZ 12.92 7.45 1.62 -
YUV 66.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 148 33 24 0 0.78 0.84 0.42 4.35 0.72 0.34
Hex 94 21 18 0 4E 54 2A 4 48 22
Octal 224 41 30 0 116 124 52 4 110 42
Binary 10010100 100001 11000 0 1001110 1010100 101010 100 1001000 100010

Color Harmonies of #942118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942118

Black with #942118

Text Example


Text Example

White with #942118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942118; }

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

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

background-color css

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

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

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

border-color css

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

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

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