Html Css Color HEX #94201D Mandarian Orange

📋 copy color: '#94201D'

red 148 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #94201D

Tints of Mandarian Orange #94201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 70.81%
G = 15.31%
B = 13.88%

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

#94201D (or 0x94201D) is known color: Mandarian Orange. HEX triplet: 94, 20 and 1D. RGB value is (148,32,29). Sum of RGB (Red+Green+Blue) = 148+32+29=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94201D is #6BDFE2. Grayscale: #424242. Windows color (decimal): -7069667 or 1908884. OLE color: 1908884.

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

Color convert

RGB 148 32 29 -
CMYK 0 0.78 0.80 0.42
HSL 1.51º 0.67% 0.35% -
HSV(B) 1.51º 0.8% 0.58% -
XYZ 12.95 7.42 1.91 -
YUV 66.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 148 32 29 0 0.78 0.80 0.42 1.51 0.67 0.35
Hex 94 20 1D 0 4E 50 2A 2 43 23
Octal 224 40 35 0 116 120 52 2 103 43
Binary 10010100 100000 11101 0 1001110 1010000 101010 10 1000011 100011

Color Harmonies of #94201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94201D

Black with #94201D

Text Example


Text Example

White with #94201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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