Html Css Color HEX #9D1A19 Mandarian Orange

📋 copy color: '#9D1A19'

red 157 ◦ green 26 ◦ blue 25

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

Shades of Mandarian Orange #9D1A19

Tints of Mandarian Orange #9D1A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 75.48%
G = 12.5%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D1A19 (or 0x9D1A19) is known color: Mandarian Orange. HEX triplet: 9D, 1A and 19. RGB value is (157,26,25). Sum of RGB (Red+Green+Blue) = 157+26+25=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A19 is #62E5E6. Grayscale: #414141. Windows color (decimal): -6481383 or 1645213. OLE color: 1645213.

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

Color convert

RGB 157 26 25 -
CMYK 0 0.83 0.84 0.38
HSL 0.45º 0.73% 0.36% -
HSV(B) 0.45º 0.84% 0.62% -
XYZ 14.45 7.98 1.7 -
YUV 65.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 157 26 25 0 0.83 0.84 0.38 0.45 0.73 0.36
Hex 9D 1A 19 0 53 54 26 0 49 24
Octal 235 32 31 0 123 124 46 0 111 44
Binary 10011101 11010 11001 0 1010011 1010100 100110 0 1001001 100100

Color Harmonies of #9D1A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1A19

Black with #9D1A19

Text Example


Text Example

White with #9D1A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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