Html Css Color HEX #9F1815 Mandarian Orange

📋 copy color: '#9F1815'

red 159 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #9F1815

Tints of Mandarian Orange #9F1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 77.94%
G = 11.76%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F1815 (or 0x9F1815) is known color: Mandarian Orange. HEX triplet: 9F, 18 and 15. RGB value is (159,24,21). Sum of RGB (Red+Green+Blue) = 159+24+21=204 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.94% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1815 is #60E7EA. Grayscale: #404040. Windows color (decimal): -6350827 or 1382559. OLE color: 1382559.

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

Color convert

RGB 159 24 21 -
CMYK 0 0.85 0.87 0.38
HSL 1.3º 0.77% 0.35% -
HSV(B) 1.3º 0.87% 0.62% -
XYZ 14.76 8.08 1.49 -
YUV 64.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 159 24 21 0 0.85 0.87 0.38 1.3 0.77 0.35
Hex 9F 18 15 0 55 57 26 1 4D 23
Octal 237 30 25 0 125 127 46 1 115 43
Binary 10011111 11000 10101 0 1010101 1010111 100110 1 1001101 100011

Color Harmonies of #9F1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1815

Black with #9F1815

Text Example


Text Example

White with #9F1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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