Html Css Color HEX #9F1919 Mandarian Orange

📋 copy color: '#9F1919'

red 159 ◦ green 25 ◦ blue 25

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

Shades of Mandarian Orange #9F1919

Tints of Mandarian Orange #9F1919

RGB

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

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

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

R = 76.08%
G = 11.96%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F1919 (or 0x9F1919) is known color: Mandarian Orange. HEX triplet: 9F, 19 and 19. RGB value is (159,25,25). Sum of RGB (Red+Green+Blue) = 159+25+25=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1919 is #60E6E6. Grayscale: #414141. Windows color (decimal): -6350567 or 1644959. OLE color: 1644959.

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

Color convert

RGB 159 25 25 -
CMYK 0 0.84 0.84 0.38
HSL 0.73% 0.36% -
HSV(B) 0.84% 0.62% -
XYZ 14.82 8.14 1.71 -
YUV 65.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 159 25 25 0 0.84 0.84 0.38 0 0.73 0.36
Hex 9F 19 19 0 54 54 26 0 49 24
Octal 237 31 31 0 124 124 46 0 111 44
Binary 10011111 11001 11001 0 1010100 1010100 100110 0 1001001 100100

Color Harmonies of #9F1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1919

Black with #9F1919

Text Example


Text Example

White with #9F1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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