Html Css Color HEX #9D211F Mandarian Orange

📋 copy color: '#9D211F'

red 157 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #9D211F

Tints of Mandarian Orange #9D211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 71.04%
G = 14.93%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D211F (or 0x9D211F) is known color: Mandarian Orange. HEX triplet: 9D, 21 and 1F. RGB value is (157,33,31). Sum of RGB (Red+Green+Blue) = 157+33+31=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D211F is #62DEE0. Grayscale: #454545. Windows color (decimal): -6479585 or 2040221. OLE color: 2040221.

HSL color Cylindrical-coordinate representation of color #9D211F: hue angle of 0.95º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D211F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 33 31 -
CMYK 0 0.79 0.80 0.38
HSL 0.95º 0.67% 0.37% -
HSV(B) 0.95º 0.8% 0.62% -
XYZ 14.7 8.35 2.13 -
YUV 69.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 157 33 31 0 0.79 0.80 0.38 0.95 0.67 0.37
Hex 9D 21 1F 0 4F 50 26 1 43 25
Octal 235 41 37 0 117 120 46 1 103 45
Binary 10011101 100001 11111 0 1001111 1010000 100110 1 1000011 100101

Color Harmonies of #9D211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D211F

Black with #9D211F

Text Example


Text Example

White with #9D211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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