Html Css Color HEX #9D1C1A Mandarian Orange

📋 copy color: '#9D1C1A'

red 157 ◦ green 28 ◦ blue 26

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

Shades of Mandarian Orange #9D1C1A

Tints of Mandarian Orange #9D1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 74.41%
G = 13.27%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D1C1A (or 0x9D1C1A) is known color: Mandarian Orange. HEX triplet: 9D, 1C and 1A. RGB value is (157,28,26). Sum of RGB (Red+Green+Blue) = 157+28+26=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C1A is #62E3E5. Grayscale: #424242. Windows color (decimal): -6480870 or 1711261. OLE color: 1711261.

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

Color convert

RGB 157 28 26 -
CMYK 0 0.82 0.83 0.38
HSL 0.92º 0.72% 0.36% -
HSV(B) 0.92º 0.83% 0.62% -
XYZ 14.51 8.07 1.77 -
YUV 66.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 157 28 26 0 0.82 0.83 0.38 0.92 0.72 0.36
Hex 9D 1C 1A 0 52 53 26 1 48 24
Octal 235 34 32 0 122 123 46 1 110 44
Binary 10011101 11100 11010 0 1010010 1010011 100110 1 1001000 100100

Color Harmonies of #9D1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C1A

Black with #9D1C1A

Text Example


Text Example

White with #9D1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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