Html Css Color HEX #9F1F15 Mandarian Orange

📋 copy color: '#9F1F15'

red 159 ◦ green 31 ◦ blue 21

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

Shades of Mandarian Orange #9F1F15

Tints of Mandarian Orange #9F1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 75.36%
G = 14.69%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F1F15 (or 0x9F1F15) is known color: Mandarian Orange. HEX triplet: 9F, 1F and 15. RGB value is (159,31,21). Sum of RGB (Red+Green+Blue) = 159+31+21=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1F15 is #60E0EA. Grayscale: #444444. Windows color (decimal): -6349035 or 1384351. OLE color: 1384351.

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

Color convert

RGB 159 31 21 -
CMYK 0 0.81 0.87 0.38
HSL 4.35º 0.77% 0.35% -
HSV(B) 4.35º 0.87% 0.62% -
XYZ 14.92 8.41 1.55 -
YUV 68.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 159 31 21 0 0.81 0.87 0.38 4.35 0.77 0.35
Hex 9F 1F 15 0 51 57 26 4 4D 23
Octal 237 37 25 0 121 127 46 4 115 43
Binary 10011111 11111 10101 0 1010001 1010111 100110 100 1001101 100011

Color Harmonies of #9F1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F15

Black with #9F1F15

Text Example


Text Example

White with #9F1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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