Html Css Color HEX #9D2115 Mandarian Orange

📋 copy color: '#9D2115'

red 157 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #9D2115

Tints of Mandarian Orange #9D2115

RGB

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

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

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

R = 74.41%
G = 15.64%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D2115 (or 0x9D2115) is known color: Mandarian Orange. HEX triplet: 9D, 21 and 15. RGB value is (157,33,21). Sum of RGB (Red+Green+Blue) = 157+33+21=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2115 is #62DEEA. Grayscale: #444444. Windows color (decimal): -6479595 or 1384861. OLE color: 1384861.

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

Color convert

RGB 157 33 21 -
CMYK 0 0.79 0.87 0.38
HSL 5.29º 0.76% 0.35% -
HSV(B) 5.29º 0.87% 0.62% -
XYZ 14.58 8.31 1.54 -
YUV 68.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 157 33 21 0 0.79 0.87 0.38 5.29 0.76 0.35
Hex 9D 21 15 0 4F 57 26 5 4C 23
Octal 235 41 25 0 117 127 46 5 114 43
Binary 10011101 100001 10101 0 1001111 1010111 100110 101 1001100 100011

Color Harmonies of #9D2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2115

Black with #9D2115

Text Example


Text Example

White with #9D2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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