Html Css Color HEX #9F2115 Mandarian Orange

📋 copy color: '#9F2115'

red 159 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #9F2115

Tints of Mandarian Orange #9F2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 74.65%
G = 15.49%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F2115 (or 0x9F2115) is known color: Mandarian Orange. HEX triplet: 9F, 21 and 15. RGB value is (159,33,21). Sum of RGB (Red+Green+Blue) = 159+33+21=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2115 is #60DEEA. Grayscale: #454545. Windows color (decimal): -6348523 or 1384863. OLE color: 1384863.

HSL color Cylindrical-coordinate representation of color #9F2115: hue angle of 5.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F2115 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 33 21 -
CMYK 0 0.79 0.87 0.38
HSL 5.22º 0.77% 0.35% -
HSV(B) 5.22º 0.87% 0.62% -
XYZ 14.98 8.51 1.56 -
YUV 69.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 159 33 21 0 0.79 0.87 0.38 5.22 0.77 0.35
Hex 9F 21 15 0 4F 57 26 5 4D 23
Octal 237 41 25 0 117 127 46 5 115 43
Binary 10011111 100001 10101 0 1001111 1010111 100110 101 1001101 100011

Color Harmonies of #9F2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2115

Black with #9F2115

Text Example


Text Example

White with #9F2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,21); }

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

background-color css

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

 a { background-color: rgb(159,33,21); }

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

border-color css

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

 span { border-color: rgb(159,33,21); }

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