Html Css Color HEX #94211A Mandarian Orange

📋 copy color: '#94211A'

red 148 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #94211A

Tints of Mandarian Orange #94211A

RGB

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

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

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

R = 71.5%
G = 15.94%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94211A (or 0x94211A) is known color: Mandarian Orange. HEX triplet: 94, 21 and 1A. RGB value is (148,33,26). Sum of RGB (Red+Green+Blue) = 148+33+26=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #94211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211A is #6BDEE5. Grayscale: #424242. Windows color (decimal): -7069414 or 1712532. OLE color: 1712532.

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

Color convert

RGB 148 33 26 -
CMYK 0 0.78 0.82 0.42
HSL 3.44º 0.7% 0.34% -
HSV(B) 3.44º 0.82% 0.58% -
XYZ 12.94 7.46 1.73 -
YUV 66.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 148 33 26 0 0.78 0.82 0.42 3.44 0.7 0.34
Hex 94 21 1A 0 4E 52 2A 3 46 22
Octal 224 41 32 0 116 122 52 3 106 42
Binary 10010100 100001 11010 0 1001110 1010010 101010 11 1000110 100010

Color Harmonies of #94211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94211A

Black with #94211A

Text Example


Text Example

White with #94211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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