Html Css Color HEX #94211C Mandarian Orange

📋 copy color: '#94211C'

red 148 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #94211C

Tints of Mandarian Orange #94211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 70.81%
G = 15.79%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94211C (or 0x94211C) is known color: Mandarian Orange. HEX triplet: 94, 21 and 1C. RGB value is (148,33,28). Sum of RGB (Red+Green+Blue) = 148+33+28=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211C is #6BDEE3. Grayscale: #424242. Windows color (decimal): -7069412 or 1843604. OLE color: 1843604.

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

Color convert

RGB 148 33 28 -
CMYK 0 0.78 0.81 0.42
HSL 2.5º 0.68% 0.35% -
HSV(B) 2.5º 0.81% 0.58% -
XYZ 12.97 7.47 1.86 -
YUV 66.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 148 33 28 0 0.78 0.81 0.42 2.5 0.68 0.35
Hex 94 21 1C 0 4E 51 2A 2 44 23
Octal 224 41 34 0 116 121 52 2 104 43
Binary 10010100 100001 11100 0 1001110 1010001 101010 10 1000100 100011

Color Harmonies of #94211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94211C

Black with #94211C

Text Example


Text Example

White with #94211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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