Html Css Color HEX #942421 Mandarian Orange

📋 copy color: '#942421'

red 148 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #942421

Tints of Mandarian Orange #942421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 68.2%
G = 16.59%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942421 (or 0x942421) is known color: Mandarian Orange. HEX triplet: 94, 24 and 21. RGB value is (148,36,33). Sum of RGB (Red+Green+Blue) = 148+36+33=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942421 is #6BDBDE. Grayscale: #454545. Windows color (decimal): -7068639 or 2172052. OLE color: 2172052.

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

Color convert

RGB 148 36 33 -
CMYK 0 0.76 0.78 0.42
HSL 1.57º 0.64% 0.35% -
HSV(B) 1.57º 0.78% 0.58% -
XYZ 13.12 7.67 2.23 -
YUV 69.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 148 36 33 0 0.76 0.78 0.42 1.57 0.64 0.35
Hex 94 24 21 0 4C 4E 2A 2 40 23
Octal 224 44 41 0 114 116 52 2 100 43
Binary 10010100 100100 100001 0 1001100 1001110 101010 10 1000000 100011

Color Harmonies of #942421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942421

Black with #942421

Text Example


Text Example

White with #942421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942421; }

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

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

background-color css

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

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

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

border-color css

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

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

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