Html Css Color HEX #942222 Mandarian Orange

📋 copy color: '#942222'

red 148 ◦ green 34 ◦ blue 34

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

Shades of Mandarian Orange #942222

Tints of Mandarian Orange #942222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 68.52%
G = 15.74%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#942222 (or 0x942222) is known color: Mandarian Orange. HEX triplet: 94, 22 and 22. RGB value is (148,34,34). Sum of RGB (Red+Green+Blue) = 148+34+34=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #942222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942222 is #6BDDDD. Grayscale: #444444. Windows color (decimal): -7069150 or 2237076. OLE color: 2237076.

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

Color convert

RGB 148 34 34 -
CMYK 0 0.77 0.77 0.42
HSL 0.63% 0.36% -
HSV(B) 0.77% 0.58% -
XYZ 13.07 7.56 2.28 -
YUV 68.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 148 34 34 0 0.77 0.77 0.42 0 0.63 0.36
Hex 94 22 22 0 4D 4D 2A 0 3F 24
Octal 224 42 42 0 115 115 52 0 77 44
Binary 10010100 100010 100010 0 1001101 1001101 101010 0 111111 100100

Color Harmonies of #942222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942222

Black with #942222

Text Example


Text Example

White with #942222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942222; }

 p { color: rgb(148,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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