Html Css Color HEX #9D1E15 Mandarian Orange

📋 copy color: '#9D1E15'

red 157 ◦ green 30 ◦ blue 21

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

Shades of Mandarian Orange #9D1E15

Tints of Mandarian Orange #9D1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 75.48%
G = 14.42%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D1E15 (or 0x9D1E15) is known color: Mandarian Orange. HEX triplet: 9D, 1E and 15. RGB value is (157,30,21). Sum of RGB (Red+Green+Blue) = 157+30+21=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1E15 is #62E1EA. Grayscale: #434343. Windows color (decimal): -6480363 or 1384093. OLE color: 1384093.

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

Color convert

RGB 157 30 21 -
CMYK 0 0.81 0.87 0.38
HSL 3.97º 0.76% 0.35% -
HSV(B) 3.97º 0.87% 0.62% -
XYZ 14.5 8.15 1.52 -
YUV 66.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 157 30 21 0 0.81 0.87 0.38 3.97 0.76 0.35
Hex 9D 1E 15 0 51 57 26 4 4C 23
Octal 235 36 25 0 121 127 46 4 114 43
Binary 10011101 11110 10101 0 1010001 1010111 100110 100 1001100 100011

Color Harmonies of #9D1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E15

Black with #9D1E15

Text Example


Text Example

White with #9D1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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