Html Css Color HEX #9F1D13 Mandarian Orange

📋 copy color: '#9F1D13'

red 159 ◦ green 29 ◦ blue 19

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

Shades of Mandarian Orange #9F1D13

Tints of Mandarian Orange #9F1D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 76.81%
G = 14.01%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F1D13 (or 0x9F1D13) is known color: Mandarian Orange. HEX triplet: 9F, 1D and 13. RGB value is (159,29,19). Sum of RGB (Red+Green+Blue) = 159+29+19=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1D13 is #60E2EC. Grayscale: #424242. Windows color (decimal): -6349549 or 1252767. OLE color: 1252767.

HSL color Cylindrical-coordinate representation of color #9F1D13: hue angle of 4.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1D13 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 29 19 -
CMYK 0 0.82 0.88 0.38
HSL 4.29º 0.79% 0.35% -
HSV(B) 4.29º 0.88% 0.62% -
XYZ 14.85 8.3 1.43 -
YUV 66.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 159 29 19 0 0.82 0.88 0.38 4.29 0.79 0.35
Hex 9F 1D 13 0 52 58 26 4 4F 23
Octal 237 35 23 0 122 130 46 4 117 43
Binary 10011111 11101 10011 0 1010010 1011000 100110 100 1001111 100011

Color Harmonies of #9F1D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D13

Black with #9F1D13

Text Example


Text Example

White with #9F1D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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