Html Css Color HEX #9F2310 Mandarian Orange

📋 copy color: '#9F2310'

red 159 ◦ green 35 ◦ blue 16

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

Shades of Mandarian Orange #9F2310

Tints of Mandarian Orange #9F2310

RGB

 RED value IS 159 (62.5% from 255) = 75.71%

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 75.71%
G = 16.67%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F2310 (or 0x9F2310) is known color: Mandarian Orange. HEX triplet: 9F, 23 and 10. RGB value is (159,35,16). Sum of RGB (Red+Green+Blue) = 159+35+16=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2310 is #60DCEF. Grayscale: #464646. Windows color (decimal): -6348016 or 1057695. OLE color: 1057695.

HSL color Cylindrical-coordinate representation of color #9F2310: hue angle of 7.97º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F2310 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 16 -
CMYK 0 0.78 0.90 0.38
HSL 7.97º 0.82% 0.34% -
HSV(B) 7.97º 0.9% 0.62% -
XYZ 14.99 8.61 1.36 -
YUV 69.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 159 35 16 0 0.78 0.90 0.38 7.97 0.82 0.34
Hex 9F 23 10 0 4E 5A 26 8 52 22
Octal 237 43 20 0 116 132 46 10 122 42
Binary 10011111 100011 10000 0 1001110 1011010 100110 1000 1010010 100010

Color Harmonies of #9F2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2310

Black with #9F2310

Text Example


Text Example

White with #9F2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F2310; }

 p { color: rgb(159,35,16); }

 H1.HeaderClassName
 {
   color: #9F2310;
 }
 .AnyTagClassName
 {
   color: #9F2310;
 }
</style>

background-color css

<style>
 a { background-color: #9F2310; }

 a { background-color: rgb(159,35,16); }

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

border-color css

<style>
 span { border-color: #9F2310; }

 span { border-color: rgb(159,35,16); }

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