Html Css Color HEX #9C1D19 Mandarian Orange

📋 copy color: '#9C1D19'

red 156 ◦ green 29 ◦ blue 25

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

Shades of Mandarian Orange #9C1D19

Tints of Mandarian Orange #9C1D19

RGB

 RED value IS 156 (61.33% from 255) = 74.29%

 GREEN value IS 29 (11.72% from 255) = 13.81%

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

R = 74.29%
G = 13.81%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C1D19 (or 0x9C1D19) is known color: Mandarian Orange. HEX triplet: 9C, 1D and 19. RGB value is (156,29,25). Sum of RGB (Red+Green+Blue) = 156+29+25=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1D19 is #63E2E6. Grayscale: #424242. Windows color (decimal): -6546151 or 1645980. OLE color: 1645980.

HSL color Cylindrical-coordinate representation of color #9C1D19: hue angle of 1.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1D19 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 29 25 -
CMYK 0 0.81 0.84 0.39
HSL 1.83º 0.72% 0.35% -
HSV(B) 1.83º 0.84% 0.61% -
XYZ 14.33 8.02 1.71 -
YUV 66.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 156 29 25 0 0.81 0.84 0.39 1.83 0.72 0.35
Hex 9C 1D 19 0 51 54 27 2 48 23
Octal 234 35 31 0 121 124 47 2 110 43
Binary 10011100 11101 11001 0 1010001 1010100 100111 10 1001000 100011

Color Harmonies of #9C1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1D19

Black with #9C1D19

Text Example


Text Example

White with #9C1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,29,25); }

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

background-color css

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

 a { background-color: rgb(156,29,25); }

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

border-color css

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

 span { border-color: rgb(156,29,25); }

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