Html Css Color HEX #94221A Mandarian Orange

📋 copy color: '#94221A'

red 148 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #94221A

Tints of Mandarian Orange #94221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 71.15%
G = 16.35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94221A (or 0x94221A) is known color: Mandarian Orange. HEX triplet: 94, 22 and 1A. RGB value is (148,34,26). Sum of RGB (Red+Green+Blue) = 148+34+26=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94221A is #6BDDE5. Grayscale: #434343. Windows color (decimal): -7069158 or 1712788. OLE color: 1712788.

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

Color convert

RGB 148 34 26 -
CMYK 0 0.77 0.82 0.42
HSL 3.93º 0.7% 0.34% -
HSV(B) 3.93º 0.82% 0.58% -
XYZ 12.97 7.51 1.74 -
YUV 67.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 148 34 26 0 0.77 0.82 0.42 3.93 0.7 0.34
Hex 94 22 1A 0 4D 52 2A 4 46 22
Octal 224 42 32 0 115 122 52 4 106 42
Binary 10010100 100010 11010 0 1001101 1010010 101010 100 1000110 100010

Color Harmonies of #94221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94221A

Black with #94221A

Text Example


Text Example

White with #94221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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