Html Css Color HEX #9F1D19 Mandarian Orange

📋 copy color: '#9F1D19'

red 159 ◦ green 29 ◦ blue 25

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

Shades of Mandarian Orange #9F1D19

Tints of Mandarian Orange #9F1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.62%

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

R = 74.65%
G = 13.62%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F1D19 (or 0x9F1D19) is known color: Mandarian Orange. HEX triplet: 9F, 1D and 19. RGB value is (159,29,25). Sum of RGB (Red+Green+Blue) = 159+29+25=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1D19 is #60E2E6. Grayscale: #434343. Windows color (decimal): -6349543 or 1645983. OLE color: 1645983.

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

Color convert

RGB 159 29 25 -
CMYK 0 0.82 0.84 0.38
HSL 1.79º 0.73% 0.36% -
HSV(B) 1.79º 0.84% 0.62% -
XYZ 14.91 8.32 1.74 -
YUV 67.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 159 29 25 0 0.82 0.84 0.38 1.79 0.73 0.36
Hex 9F 1D 19 0 52 54 26 2 49 24
Octal 237 35 31 0 122 124 46 2 111 44
Binary 10011111 11101 11001 0 1010010 1010100 100110 10 1001001 100100

Color Harmonies of #9F1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D19

Black with #9F1D19

Text Example


Text Example

White with #9F1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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