Html Css Color HEX #94201F Mandarian Orange

📋 copy color: '#94201F'

red 148 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #94201F

Tints of Mandarian Orange #94201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 70.14%
G = 15.17%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94201F (or 0x94201F) is known color: Mandarian Orange. HEX triplet: 94, 20 and 1F. RGB value is (148,32,31). Sum of RGB (Red+Green+Blue) = 148+32+31=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94201F is #6BDFE0. Grayscale: #424242. Windows color (decimal): -7069665 or 2039956. OLE color: 2039956.

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

Color convert

RGB 148 32 31 -
CMYK 0 0.78 0.79 0.42
HSL 0.51º 0.65% 0.35% -
HSV(B) 0.51º 0.79% 0.58% -
XYZ 12.98 7.43 2.05 -
YUV 66.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 148 32 31 0 0.78 0.79 0.42 0.51 0.65 0.35
Hex 94 20 1F 0 4E 4F 2A 1 41 23
Octal 224 40 37 0 116 117 52 1 101 43
Binary 10010100 100000 11111 0 1001110 1001111 101010 1 1000001 100011

Color Harmonies of #94201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94201F

Black with #94201F

Text Example


Text Example

White with #94201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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