Html Css Color HEX #9F2119 Mandarian Orange

📋 copy color: '#9F2119'

red 159 ◦ green 33 ◦ blue 25

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

Shades of Mandarian Orange #9F2119

Tints of Mandarian Orange #9F2119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 73.27%
G = 15.21%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2119 (or 0x9F2119) is known color: Mandarian Orange. HEX triplet: 9F, 21 and 19. RGB value is (159,33,25). Sum of RGB (Red+Green+Blue) = 159+33+25=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2119 is #60DEE6. Grayscale: #454545. Windows color (decimal): -6348519 or 1647007. OLE color: 1647007.

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

Color convert

RGB 159 33 25 -
CMYK 0 0.79 0.84 0.38
HSL 3.58º 0.73% 0.36% -
HSV(B) 3.58º 0.84% 0.62% -
XYZ 15.02 8.53 1.77 -
YUV 69.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 159 33 25 0 0.79 0.84 0.38 3.58 0.73 0.36
Hex 9F 21 19 0 4F 54 26 4 49 24
Octal 237 41 31 0 117 124 46 4 111 44
Binary 10011111 100001 11001 0 1001111 1010100 100110 100 1001001 100100

Color Harmonies of #9F2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2119

Black with #9F2119

Text Example


Text Example

White with #9F2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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