Html Css Color HEX #9D2210 Mandarian Orange

📋 copy color: '#9D2210'

red 157 ◦ green 34 ◦ blue 16

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

Shades of Mandarian Orange #9D2210

Tints of Mandarian Orange #9D2210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 75.85%
G = 16.43%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D2210 (or 0x9D2210) is known color: Mandarian Orange. HEX triplet: 9D, 22 and 10. RGB value is (157,34,16). Sum of RGB (Red+Green+Blue) = 157+34+16=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2210 is #62DDEF. Grayscale: #444444. Windows color (decimal): -6479344 or 1057437. OLE color: 1057437.

HSL color Cylindrical-coordinate representation of color #9D2210: hue angle of 7.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D2210 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 34 16 -
CMYK 0 0.78 0.90 0.38
HSL 7.66º 0.82% 0.34% -
HSV(B) 7.66º 0.9% 0.62% -
XYZ 14.57 8.35 1.33 -
YUV 68.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 157 34 16 0 0.78 0.90 0.38 7.66 0.82 0.34
Hex 9D 22 10 0 4E 5A 26 8 52 22
Octal 235 42 20 0 116 132 46 10 122 42
Binary 10011101 100010 10000 0 1001110 1011010 100110 1000 1010010 100010

Color Harmonies of #9D2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2210

Black with #9D2210

Text Example


Text Example

White with #9D2210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,34,16); }

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

background-color css

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

 a { background-color: rgb(157,34,16); }

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

border-color css

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

 span { border-color: rgb(157,34,16); }

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