Html Css Color HEX #9C251D Mandarian Orange

📋 copy color: '#9C251D'

red 156 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #9C251D

Tints of Mandarian Orange #9C251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 70.27%
G = 16.67%
B = 13.06%

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

#9C251D (or 0x9C251D) is known color: Mandarian Orange. HEX triplet: 9C, 25 and 1D. RGB value is (156,37,29). Sum of RGB (Red+Green+Blue) = 156+37+29=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C251D is #63DAE2. Grayscale: #474747. Windows color (decimal): -6544099 or 1910172. OLE color: 1910172.

HSL color Cylindrical-coordinate representation of color #9C251D: hue angle of 3.78º 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 #9C251D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 29 -
CMYK 0 0.76 0.81 0.39
HSL 3.78º 0.69% 0.36% -
HSV(B) 3.78º 0.81% 0.61% -
XYZ 14.59 8.48 2.03 -
YUV 71.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 156 37 29 0 0.76 0.81 0.39 3.78 0.69 0.36
Hex 9C 25 1D 0 4C 51 27 4 45 24
Octal 234 45 35 0 114 121 47 4 105 44
Binary 10011100 100101 11101 0 1001100 1010001 100111 100 1000101 100100

Color Harmonies of #9C251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C251D

Black with #9C251D

Text Example


Text Example

White with #9C251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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