Html Css Color HEX #9C231F Mandarian Orange

📋 copy color: '#9C231F'

red 156 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #9C231F

Tints of Mandarian Orange #9C231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 70.27%
G = 15.77%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C231F (or 0x9C231F) is known color: Mandarian Orange. HEX triplet: 9C, 23 and 1F. RGB value is (156,35,31). Sum of RGB (Red+Green+Blue) = 156+35+31=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C231F is #63DCE0. Grayscale: #464646. Windows color (decimal): -6544609 or 2040732. OLE color: 2040732.

HSL color Cylindrical-coordinate representation of color #9C231F: hue angle of 1.92º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C231F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 31 -
CMYK 0 0.78 0.80 0.39
HSL 1.92º 0.67% 0.37% -
HSV(B) 1.92º 0.8% 0.61% -
XYZ 14.56 8.37 2.14 -
YUV 70.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 156 35 31 0 0.78 0.80 0.39 1.92 0.67 0.37
Hex 9C 23 1F 0 4E 50 27 2 43 25
Octal 234 43 37 0 116 120 47 2 103 45
Binary 10011100 100011 11111 0 1001110 1010000 100111 10 1000011 100101

Color Harmonies of #9C231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C231F

Black with #9C231F

Text Example


Text Example

White with #9C231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,31); }

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

background-color css

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

 a { background-color: rgb(156,35,31); }

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

border-color css

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

 span { border-color: rgb(156,35,31); }

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