Html Css Color HEX #9D201A Mandarian Orange

📋 copy color: '#9D201A'

red 157 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #9D201A

Tints of Mandarian Orange #9D201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 73.02%
G = 14.88%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D201A (or 0x9D201A) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 1A. RGB value is (157,32,26). Sum of RGB (Red+Green+Blue) = 157+32+26=215 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.02% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 157 - color contains mainly: red. Hex color #9D201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D201A is #62DFE5. Grayscale: #444444. Windows color (decimal): -6479846 or 1712285. OLE color: 1712285.

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

Color convert

RGB 157 32 26 -
CMYK 0 0.80 0.83 0.38
HSL 2.75º 0.72% 0.36% -
HSV(B) 2.75º 0.83% 0.62% -
XYZ 14.61 8.28 1.8 -
YUV 68.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 157 32 26 0 0.80 0.83 0.38 2.75 0.72 0.36
Hex 9D 20 1A 0 50 53 26 3 48 24
Octal 235 40 32 0 120 123 46 3 110 44
Binary 10011101 100000 11010 0 1010000 1010011 100110 11 1001000 100100

Color Harmonies of #9D201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D201A

Black with #9D201A

Text Example


Text Example

White with #9D201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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