Html Css Color HEX #94281E Mandarian Orange

📋 copy color: '#94281E'

red 148 ◦ green 40 ◦ blue 30

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

Shades of Mandarian Orange #94281E

Tints of Mandarian Orange #94281E

RGB

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

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

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

R = 67.89%
G = 18.35%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94281E (or 0x94281E) is known color: Mandarian Orange. HEX triplet: 94, 28 and 1E. RGB value is (148,40,30). Sum of RGB (Red+Green+Blue) = 148+40+30=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #94281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281E is #6BD7E1. Grayscale: #474747. Windows color (decimal): -7067618 or 1976468. OLE color: 1976468.

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

Color convert

RGB 148 40 30 -
CMYK 0 0.73 0.80 0.42
HSL 5.08º 0.66% 0.35% -
HSV(B) 5.08º 0.8% 0.58% -
XYZ 13.21 7.91 2.06 -
YUV 71.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 148 40 30 0 0.73 0.80 0.42 5.08 0.66 0.35
Hex 94 28 1E 0 49 50 2A 5 42 23
Octal 224 50 36 0 111 120 52 5 102 43
Binary 10010100 101000 11110 0 1001001 1010000 101010 101 1000010 100011

Color Harmonies of #94281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94281E

Black with #94281E

Text Example


Text Example

White with #94281E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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