Html Css Color HEX #9D1C16 Mandarian Orange

📋 copy color: '#9D1C16'

red 157 ◦ green 28 ◦ blue 22

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

Shades of Mandarian Orange #9D1C16

Tints of Mandarian Orange #9D1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.53%

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 75.85%
G = 13.53%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9D1C16 (or 0x9D1C16) is known color: Mandarian Orange. HEX triplet: 9D, 1C and 16. RGB value is (157,28,22). Sum of RGB (Red+Green+Blue) = 157+28+22=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1C16 is #62E3E9. Grayscale: #424242. Windows color (decimal): -6480874 or 1449117. OLE color: 1449117.

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

Color convert

RGB 157 28 22 -
CMYK 0 0.82 0.86 0.38
HSL 2.67º 0.75% 0.35% -
HSV(B) 2.67º 0.86% 0.62% -
XYZ 14.46 8.06 1.55 -
YUV 65.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 157 28 22 0 0.82 0.86 0.38 2.67 0.75 0.35
Hex 9D 1C 16 0 52 56 26 3 4B 23
Octal 235 34 26 0 122 126 46 3 113 43
Binary 10011101 11100 10110 0 1010010 1010110 100110 11 1001011 100011

Color Harmonies of #9D1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C16

Black with #9D1C16

Text Example


Text Example

White with #9D1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,22); }

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

background-color css

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

 a { background-color: rgb(157,28,22); }

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

border-color css

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

 span { border-color: rgb(157,28,22); }

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