Html Css Color HEX #9D2113 Mandarian Orange

📋 copy color: '#9D2113'

red 157 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #9D2113

Tints of Mandarian Orange #9D2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 75.12%
G = 15.79%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D2113 (or 0x9D2113) is known color: Mandarian Orange. HEX triplet: 9D, 21 and 13. RGB value is (157,33,19). Sum of RGB (Red+Green+Blue) = 157+33+19=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2113 is #62DEEC. Grayscale: #444444. Windows color (decimal): -6479597 or 1253789. OLE color: 1253789.

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

Color convert

RGB 157 33 19 -
CMYK 0 0.79 0.88 0.38
HSL 6.09º 0.78% 0.35% -
HSV(B) 6.09º 0.88% 0.62% -
XYZ 14.57 8.3 1.45 -
YUV 68.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 157 33 19 0 0.79 0.88 0.38 6.09 0.78 0.35
Hex 9D 21 13 0 4F 58 26 6 4E 23
Octal 235 41 23 0 117 130 46 6 116 43
Binary 10011101 100001 10011 0 1001111 1011000 100110 110 1001110 100011

Color Harmonies of #9D2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2113

Black with #9D2113

Text Example


Text Example

White with #9D2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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