Html Css Color HEX #94211B Mandarian Orange

📋 copy color: '#94211B'

red 148 ◦ green 33 ◦ blue 27

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

Shades of Mandarian Orange #94211B

Tints of Mandarian Orange #94211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 71.15%
G = 15.87%
B = 12.98%

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

#94211B (or 0x94211B) is known color: Mandarian Orange. HEX triplet: 94, 21 and 1B. RGB value is (148,33,27). Sum of RGB (Red+Green+Blue) = 148+33+27=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211B is #6BDEE4. Grayscale: #424242. Windows color (decimal): -7069413 or 1778068. OLE color: 1778068.

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

Color convert

RGB 148 33 27 -
CMYK 0 0.78 0.82 0.42
HSL 2.98º 0.69% 0.34% -
HSV(B) 2.98º 0.82% 0.58% -
XYZ 12.95 7.46 1.79 -
YUV 66.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 148 33 27 0 0.78 0.82 0.42 2.98 0.69 0.34
Hex 94 21 1B 0 4E 52 2A 3 45 22
Octal 224 41 33 0 116 122 52 3 105 42
Binary 10010100 100001 11011 0 1001110 1010010 101010 11 1000101 100010

Color Harmonies of #94211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94211B

Black with #94211B

Text Example


Text Example

White with #94211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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