Html Css Color HEX #9F1814 Mandarian Orange

📋 copy color: '#9F1814'

red 159 ◦ green 24 ◦ blue 20

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

Shades of Mandarian Orange #9F1814

Tints of Mandarian Orange #9F1814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 78.33%
G = 11.82%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F1814 (or 0x9F1814) is known color: Mandarian Orange. HEX triplet: 9F, 18 and 14. RGB value is (159,24,20). Sum of RGB (Red+Green+Blue) = 159+24+20=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1814 is #60E7EB. Grayscale: #404040. Windows color (decimal): -6350828 or 1317023. OLE color: 1317023.

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

Color convert

RGB 159 24 20 -
CMYK 0 0.85 0.87 0.38
HSL 1.73º 0.78% 0.35% -
HSV(B) 1.73º 0.87% 0.62% -
XYZ 14.75 8.07 1.44 -
YUV 63.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 159 24 20 0 0.85 0.87 0.38 1.73 0.78 0.35
Hex 9F 18 14 0 55 57 26 2 4E 23
Octal 237 30 24 0 125 127 46 2 116 43
Binary 10011111 11000 10100 0 1010101 1010111 100110 10 1001110 100011

Color Harmonies of #9F1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1814

Black with #9F1814

Text Example


Text Example

White with #9F1814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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