Html Css Color HEX #9D1312 Mandarian Orange

📋 copy color: '#9D1312'

red 157 ◦ green 19 ◦ blue 18

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

Shades of Mandarian Orange #9D1312

Tints of Mandarian Orange #9D1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.79%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 80.93%
G = 9.79%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D1312 (or 0x9D1312) is known color: Mandarian Orange. HEX triplet: 9D, 13 and 12. RGB value is (157,19,18). Sum of RGB (Red+Green+Blue) = 157+19+18=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1312 is #62ECED. Grayscale: #3C3C3C. Windows color (decimal): -6483182 or 1184669. OLE color: 1184669.

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

Color convert

RGB 157 19 18 -
CMYK 0 0.88 0.89 0.38
HSL 0.43º 0.79% 0.34% -
HSV(B) 0.43º 0.89% 0.62% -
XYZ 14.25 7.68 1.3 -
YUV 60.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 157 19 18 0 0.88 0.89 0.38 0.43 0.79 0.34
Hex 9D 13 12 0 58 59 26 0 4F 22
Octal 235 23 22 0 130 131 46 0 117 42
Binary 10011101 10011 10010 0 1011000 1011001 100110 0 1001111 100010

Color Harmonies of #9D1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1312

Black with #9D1312

Text Example


Text Example

White with #9D1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,18); }

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

background-color css

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

 a { background-color: rgb(157,19,18); }

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

border-color css

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

 span { border-color: rgb(157,19,18); }

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