Html Css Color HEX #9F1E19 Mandarian Orange

📋 copy color: '#9F1E19'

red 159 ◦ green 30 ◦ blue 25

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

Shades of Mandarian Orange #9F1E19

Tints of Mandarian Orange #9F1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 74.3%
G = 14.02%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F1E19 (or 0x9F1E19) is known color: Mandarian Orange. HEX triplet: 9F, 1E and 19. RGB value is (159,30,25). Sum of RGB (Red+Green+Blue) = 159+30+25=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1E19 is #60E1E6. Grayscale: #444444. Windows color (decimal): -6349287 or 1646239. OLE color: 1646239.

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

Color convert

RGB 159 30 25 -
CMYK 0 0.81 0.84 0.38
HSL 2.24º 0.73% 0.36% -
HSV(B) 2.24º 0.84% 0.62% -
XYZ 14.94 8.37 1.75 -
YUV 68 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 159 30 25 0 0.81 0.84 0.38 2.24 0.73 0.36
Hex 9F 1E 19 0 51 54 26 2 49 24
Octal 237 36 31 0 121 124 46 2 111 44
Binary 10011111 11110 11001 0 1010001 1010100 100110 10 1001001 100100

Color Harmonies of #9F1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E19

Black with #9F1E19

Text Example


Text Example

White with #9F1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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