Html Css Color HEX #94281F Mandarian Orange

📋 copy color: '#94281F'

red 148 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #94281F

Tints of Mandarian Orange #94281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

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

R = 67.58%
G = 18.26%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94281F (or 0x94281F) is known color: Mandarian Orange. HEX triplet: 94, 28 and 1F. RGB value is (148,40,31). Sum of RGB (Red+Green+Blue) = 148+40+31=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #94281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281F is #6BD7E0. Grayscale: #474747. Windows color (decimal): -7067617 or 2042004. OLE color: 2042004.

HSL color Cylindrical-coordinate representation of color #94281F: hue angle of 4.62º 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 #94281F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 31 -
CMYK 0 0.73 0.79 0.42
HSL 4.62º 0.65% 0.35% -
HSV(B) 4.62º 0.79% 0.58% -
XYZ 13.22 7.91 2.13 -
YUV 71.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 148 40 31 0 0.73 0.79 0.42 4.62 0.65 0.35
Hex 94 28 1F 0 49 4F 2A 5 41 23
Octal 224 50 37 0 111 117 52 5 101 43
Binary 10010100 101000 11111 0 1001001 1001111 101010 101 1000001 100011

Color Harmonies of #94281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94281F

Black with #94281F

Text Example


Text Example

White with #94281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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