Html Css Color HEX #9F1413 Mandarian Orange

📋 copy color: '#9F1413'

red 159 ◦ green 20 ◦ blue 19

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

Shades of Mandarian Orange #9F1413

Tints of Mandarian Orange #9F1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 80.3%
G = 10.1%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F1413 (or 0x9F1413) is known color: Mandarian Orange. HEX triplet: 9F, 14 and 13. RGB value is (159,20,19). Sum of RGB (Red+Green+Blue) = 159+20+19=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1413 is #60EBEC. Grayscale: #3D3D3D. Windows color (decimal): -6351853 or 1250463. OLE color: 1250463.

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

Color convert

RGB 159 20 19 -
CMYK 0 0.87 0.88 0.38
HSL 0.43º 0.79% 0.35% -
HSV(B) 0.43º 0.88% 0.62% -
XYZ 14.67 7.92 1.37 -
YUV 61.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 159 20 19 0 0.87 0.88 0.38 0.43 0.79 0.35
Hex 9F 14 13 0 57 58 26 0 4F 23
Octal 237 24 23 0 127 130 46 0 117 43
Binary 10011111 10100 10011 0 1010111 1011000 100110 0 1001111 100011

Color Harmonies of #9F1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1413

Black with #9F1413

Text Example


Text Example

White with #9F1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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