Html Css Color HEX #9F1F09 Mandarian Orange

📋 copy color: '#9F1F09'

red 159 ◦ green 31 ◦ blue 9

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

Shades of Mandarian Orange #9F1F09

Tints of Mandarian Orange #9F1F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 79.9%
G = 15.58%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F1F09 (or 0x9F1F09) is known color: Mandarian Orange. HEX triplet: 9F, 1F and 09. RGB value is (159,31,9). Sum of RGB (Red+Green+Blue) = 159+31+9=199 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.90% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1F09 is #60E0F6. Grayscale: #424242. Windows color (decimal): -6349047 or 597919. OLE color: 597919.

HSL color Cylindrical-coordinate representation of color #9F1F09: hue angle of 8.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F1F09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 9 -
CMYK 0 0.81 0.94 0.38
HSL 8.8º 0.89% 0.33% -
HSV(B) 8.8º 0.94% 0.62% -
XYZ 14.84 8.37 1.09 -
YUV 66.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 159 31 9 0 0.81 0.94 0.38 8.8 0.89 0.33
Hex 9F 1F 9 0 51 5E 26 9 59 21
Octal 237 37 11 0 121 136 46 11 131 41
Binary 10011111 11111 1001 0 1010001 1011110 100110 1001 1011001 100001

Color Harmonies of #9F1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F09

Black with #9F1F09

Text Example


Text Example

White with #9F1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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