Html Css Color HEX #9C2413 Mandarian Orange

📋 copy color: '#9C2413'

red 156 ◦ green 36 ◦ blue 19

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

Shades of Mandarian Orange #9C2413

Tints of Mandarian Orange #9C2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 73.93%
G = 17.06%
B = 9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C2413 (or 0x9C2413) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 13. RGB value is (156,36,19). Sum of RGB (Red+Green+Blue) = 156+36+19=211 (27% of max value = 765). Red value is 156 (61.33% from 255 or 73.93% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2413 is #63DBEC. Grayscale: #464646. Windows color (decimal): -6544365 or 1254556. OLE color: 1254556.

HSL color Cylindrical-coordinate representation of color #9C2413: hue angle of 7.45º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C2413 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 36 19 -
CMYK 0 0.77 0.88 0.39
HSL 7.45º 0.78% 0.34% -
HSV(B) 7.45º 0.88% 0.61% -
XYZ 14.46 8.38 1.47 -
YUV 69.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 156 36 19 0 0.77 0.88 0.39 7.45 0.78 0.34
Hex 9C 24 13 0 4D 58 27 7 4E 22
Octal 234 44 23 0 115 130 47 7 116 42
Binary 10011100 100100 10011 0 1001101 1011000 100111 111 1001110 100010

Color Harmonies of #9C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2413

Black with #9C2413

Text Example


Text Example

White with #9C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,36,19); }

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

background-color css

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

 a { background-color: rgb(156,36,19); }

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

border-color css

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

 span { border-color: rgb(156,36,19); }

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