Html Css Color HEX #94211D Mandarian Orange

📋 copy color: '#94211D'

red 148 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #94211D

Tints of Mandarian Orange #94211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 70.48%
G = 15.71%
B = 13.81%

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

#94211D (or 0x94211D) is known color: Mandarian Orange. HEX triplet: 94, 21 and 1D. RGB value is (148,33,29). Sum of RGB (Red+Green+Blue) = 148+33+29=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211D is #6BDEE2. Grayscale: #434343. Windows color (decimal): -7069411 or 1909140. OLE color: 1909140.

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

Color convert

RGB 148 33 29 -
CMYK 0 0.78 0.80 0.42
HSL 2.02º 0.67% 0.35% -
HSV(B) 2.02º 0.8% 0.58% -
XYZ 12.98 7.47 1.92 -
YUV 66.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 148 33 29 0 0.78 0.80 0.42 2.02 0.67 0.35
Hex 94 21 1D 0 4E 50 2A 2 43 23
Octal 224 41 35 0 116 120 52 2 103 43
Binary 10010100 100001 11101 0 1001110 1010000 101010 10 1000011 100011

Color Harmonies of #94211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94211D

Black with #94211D

Text Example


Text Example

White with #94211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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