Html Css Color HEX #9F1915 Mandarian Orange

📋 copy color: '#9F1915'

red 159 ◦ green 25 ◦ blue 21

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

Shades of Mandarian Orange #9F1915

Tints of Mandarian Orange #9F1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 77.56%
G = 12.2%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F1915 (or 0x9F1915) is known color: Mandarian Orange. HEX triplet: 9F, 19 and 15. RGB value is (159,25,21). Sum of RGB (Red+Green+Blue) = 159+25+21=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1915 is #60E6EA. Grayscale: #404040. Windows color (decimal): -6350571 or 1382815. OLE color: 1382815.

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

Color convert

RGB 159 25 21 -
CMYK 0 0.84 0.87 0.38
HSL 1.74º 0.77% 0.35% -
HSV(B) 1.74º 0.87% 0.62% -
XYZ 14.78 8.12 1.5 -
YUV 64.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 159 25 21 0 0.84 0.87 0.38 1.74 0.77 0.35
Hex 9F 19 15 0 54 57 26 2 4D 23
Octal 237 31 25 0 124 127 46 2 115 43
Binary 10011111 11001 10101 0 1010100 1010111 100110 10 1001101 100011

Color Harmonies of #9F1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1915

Black with #9F1915

Text Example


Text Example

White with #9F1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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