Html Css Color HEX #9D2013 Mandarian Orange

📋 copy color: '#9D2013'

red 157 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #9D2013

Tints of Mandarian Orange #9D2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 75.48%
G = 15.38%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D2013 (or 0x9D2013) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 13. RGB value is (157,32,19). Sum of RGB (Red+Green+Blue) = 157+32+19=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2013 is #62DFEC. Grayscale: #444444. Windows color (decimal): -6479853 or 1253533. OLE color: 1253533.

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

Color convert

RGB 157 32 19 -
CMYK 0 0.80 0.88 0.38
HSL 5.65º 0.78% 0.35% -
HSV(B) 5.65º 0.88% 0.62% -
XYZ 14.54 8.25 1.44 -
YUV 67.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 157 32 19 0 0.80 0.88 0.38 5.65 0.78 0.35
Hex 9D 20 13 0 50 58 26 6 4E 23
Octal 235 40 23 0 120 130 46 6 116 43
Binary 10011101 100000 10011 0 1010000 1011000 100110 110 1001110 100011

Color Harmonies of #9D2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2013

Black with #9D2013

Text Example


Text Example

White with #9D2013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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