Html Css Color HEX #9F2215 Mandarian Orange

📋 copy color: '#9F2215'

red 159 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #9F2215

Tints of Mandarian Orange #9F2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

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

R = 74.3%
G = 15.89%
B = 9.81%

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

#9F2215 (or 0x9F2215) is known color: Mandarian Orange. HEX triplet: 9F, 22 and 15. RGB value is (159,34,21). Sum of RGB (Red+Green+Blue) = 159+34+21=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2215 is #60DDEA. Grayscale: #464646. Windows color (decimal): -6348267 or 1385119. OLE color: 1385119.

HSL color Cylindrical-coordinate representation of color #9F2215: hue angle of 5.65º 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 #9F2215 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 34 21 -
CMYK 0 0.79 0.87 0.38
HSL 5.65º 0.77% 0.35% -
HSV(B) 5.65º 0.87% 0.62% -
XYZ 15.01 8.57 1.57 -
YUV 69.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 159 34 21 0 0.79 0.87 0.38 5.65 0.77 0.35
Hex 9F 22 15 0 4F 57 26 6 4D 23
Octal 237 42 25 0 117 127 46 6 115 43
Binary 10011111 100010 10101 0 1001111 1010111 100110 110 1001101 100011

Color Harmonies of #9F2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2215

Black with #9F2215

Text Example


Text Example

White with #9F2215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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