Html Css Color HEX #94271E Mandarian Orange

📋 copy color: '#94271E'

red 148 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #94271E

Tints of Mandarian Orange #94271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 68.2%
G = 17.97%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94271E (or 0x94271E) is known color: Mandarian Orange. HEX triplet: 94, 27 and 1E. RGB value is (148,39,30). Sum of RGB (Red+Green+Blue) = 148+39+30=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #94271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94271E is #6BD8E1. Grayscale: #464646. Windows color (decimal): -7067874 or 1976212. OLE color: 1976212.

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

Color convert

RGB 148 39 30 -
CMYK 0 0.74 0.80 0.42
HSL 4.58º 0.66% 0.35% -
HSV(B) 4.58º 0.8% 0.58% -
XYZ 13.17 7.84 2.05 -
YUV 70.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 148 39 30 0 0.74 0.80 0.42 4.58 0.66 0.35
Hex 94 27 1E 0 4A 50 2A 5 42 23
Octal 224 47 36 0 112 120 52 5 102 43
Binary 10010100 100111 11110 0 1001010 1010000 101010 101 1000010 100011

Color Harmonies of #94271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94271E

Black with #94271E

Text Example


Text Example

White with #94271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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