Html Css Color HEX #9C261D Mandarian Orange

📋 copy color: '#9C261D'

red 156 ◦ green 38 ◦ blue 29

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

Shades of Mandarian Orange #9C261D

Tints of Mandarian Orange #9C261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 69.96%
G = 17.04%
B = 13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C261D (or 0x9C261D) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 1D. RGB value is (156,38,29). Sum of RGB (Red+Green+Blue) = 156+38+29=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C261D is #63D9E2. Grayscale: #484848. Windows color (decimal): -6543843 or 1910428. OLE color: 1910428.

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

Color convert

RGB 156 38 29 -
CMYK 0 0.76 0.81 0.39
HSL 4.25º 0.69% 0.36% -
HSV(B) 4.25º 0.81% 0.61% -
XYZ 14.63 8.54 2.04 -
YUV 72.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 156 38 29 0 0.76 0.81 0.39 4.25 0.69 0.36
Hex 9C 26 1D 0 4C 51 27 4 45 24
Octal 234 46 35 0 114 121 47 4 105 44
Binary 10011100 100110 11101 0 1001100 1010001 100111 100 1000101 100100

Color Harmonies of #9C261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C261D

Black with #9C261D

Text Example


Text Example

White with #9C261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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