Html Css Color HEX #94211E Mandarian Orange

📋 copy color: '#94211E'

red 148 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #94211E

Tints of Mandarian Orange #94211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 70.14%
G = 15.64%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94211E (or 0x94211E) is known color: Mandarian Orange. HEX triplet: 94, 21 and 1E. RGB value is (148,33,30). Sum of RGB (Red+Green+Blue) = 148+33+30=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211E is #6BDEE1. Grayscale: #434343. Windows color (decimal): -7069410 or 1974676. OLE color: 1974676.

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

Color convert

RGB 148 33 30 -
CMYK 0 0.78 0.80 0.42
HSL 1.53º 0.66% 0.35% -
HSV(B) 1.53º 0.8% 0.58% -
XYZ 12.99 7.48 1.99 -
YUV 67.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 148 33 30 0 0.78 0.80 0.42 1.53 0.66 0.35
Hex 94 21 1E 0 4E 50 2A 2 42 23
Octal 224 41 36 0 116 120 52 2 102 43
Binary 10010100 100001 11110 0 1001110 1010000 101010 10 1000010 100011

Color Harmonies of #94211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94211E

Black with #94211E

Text Example


Text Example

White with #94211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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