Html Css Color HEX #9F2210 Mandarian Orange

📋 copy color: '#9F2210'

red 159 ◦ green 34 ◦ blue 16

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

Shades of Mandarian Orange #9F2210

Tints of Mandarian Orange #9F2210

RGB

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

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

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

R = 76.08%
G = 16.27%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F2210 (or 0x9F2210) is known color: Mandarian Orange. HEX triplet: 9F, 22 and 10. RGB value is (159,34,16). Sum of RGB (Red+Green+Blue) = 159+34+16=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2210 is #60DDEF. Grayscale: #454545. Windows color (decimal): -6348272 or 1057439. OLE color: 1057439.

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

Color convert

RGB 159 34 16 -
CMYK 0 0.79 0.90 0.38
HSL 7.55º 0.82% 0.34% -
HSV(B) 7.55º 0.9% 0.62% -
XYZ 14.96 8.55 1.35 -
YUV 69.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 159 34 16 0 0.79 0.90 0.38 7.55 0.82 0.34
Hex 9F 22 10 0 4F 5A 26 8 52 22
Octal 237 42 20 0 117 132 46 10 122 42
Binary 10011111 100010 10000 0 1001111 1011010 100110 1000 1010010 100010

Color Harmonies of #9F2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2210

Black with #9F2210

Text Example


Text Example

White with #9F2210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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