Html Css Color HEX #9D1815 Mandarian Orange

📋 copy color: '#9D1815'

red 157 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #9D1815

Tints of Mandarian Orange #9D1815

RGB

 RED value IS 157 (61.72% from 255) = 77.72%

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 77.72%
G = 11.88%
B = 10.4%

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

#9D1815 (or 0x9D1815) is known color: Mandarian Orange. HEX triplet: 9D, 18 and 15. RGB value is (157,24,21). Sum of RGB (Red+Green+Blue) = 157+24+21=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1815 is #62E7EA. Grayscale: #3F3F3F. Windows color (decimal): -6481899 or 1382557. OLE color: 1382557.

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

Color convert

RGB 157 24 21 -
CMYK 0 0.85 0.87 0.38
HSL 1.32º 0.76% 0.35% -
HSV(B) 1.32º 0.87% 0.62% -
XYZ 14.37 7.88 1.47 -
YUV 63.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 157 24 21 0 0.85 0.87 0.38 1.32 0.76 0.35
Hex 9D 18 15 0 55 57 26 1 4C 23
Octal 235 30 25 0 125 127 46 1 114 43
Binary 10011101 11000 10101 0 1010101 1010111 100110 1 1001100 100011

Color Harmonies of #9D1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1815

Black with #9D1815

Text Example


Text Example

White with #9D1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,21); }

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

background-color css

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

 a { background-color: rgb(157,24,21); }

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

border-color css

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

 span { border-color: rgb(157,24,21); }

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