Html Css Color HEX #931E0F Mandarian Orange

📋 copy color: '#931E0F'

red 147 ◦ green 30 ◦ blue 15

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

Shades of Mandarian Orange #931E0F

Tints of Mandarian Orange #931E0F

RGB

 RED value IS 147 (57.81% from 255) = 76.56%

 GREEN value IS 30 (12.11% from 255) = 15.63%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 76.56%
G = 15.63%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#931E0F (or 0x931E0F) is known color: Mandarian Orange. HEX triplet: 93, 1E and 0F. RGB value is (147,30,15). Sum of RGB (Red+Green+Blue) = 147+30+15=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #931E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E0F is #6CE1F0. Grayscale: #3F3F3F. Windows color (decimal): -7135729 or 990867. OLE color: 990867.

HSL color Cylindrical-coordinate representation of color #931E0F: hue angle of 6.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #931E0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 30 15 -
CMYK 0 0.80 0.90 0.42
HSL 6.82º 0.81% 0.32% -
HSV(B) 6.82º 0.9% 0.58% -
XYZ 12.58 7.17 1.17 -
YUV 63.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 147 30 15 0 0.80 0.90 0.42 6.82 0.81 0.32
Hex 93 1E F 0 50 5A 2A 7 51 20
Octal 223 36 17 0 120 132 52 7 121 40
Binary 10010011 11110 1111 0 1010000 1011010 101010 111 1010001 100000

Color Harmonies of #931E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931E0F

Black with #931E0F

Text Example


Text Example

White with #931E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931E0F; }

 p { color: rgb(147,30,15); }

 H1.HeaderClassName
 {
   color: #931E0F;
 }
 .AnyTagClassName
 {
   color: #931E0F;
 }
</style>

background-color css

<style>
 a { background-color: #931E0F; }

 a { background-color: rgb(147,30,15); }

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

border-color css

<style>
 span { border-color: #931E0F; }

 span { border-color: rgb(147,30,15); }

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