Html Css Color HEX #9C241F Mandarian Orange

📋 copy color: '#9C241F'

red 156 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #9C241F

Tints of Mandarian Orange #9C241F

RGB

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

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

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

R = 69.96%
G = 16.14%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C241F (or 0x9C241F) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 1F. RGB value is (156,36,31). Sum of RGB (Red+Green+Blue) = 156+36+31=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C241F is #63DBE0. Grayscale: #474747. Windows color (decimal): -6544353 or 2040988. OLE color: 2040988.

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

Color convert

RGB 156 36 31 -
CMYK 0 0.77 0.80 0.39
HSL 2.4º 0.67% 0.37% -
HSV(B) 2.4º 0.8% 0.61% -
XYZ 14.59 8.43 2.15 -
YUV 71.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 156 36 31 0 0.77 0.80 0.39 2.4 0.67 0.37
Hex 9C 24 1F 0 4D 50 27 2 43 25
Octal 234 44 37 0 115 120 47 2 103 45
Binary 10011100 100100 11111 0 1001101 1010000 100111 10 1000011 100101

Color Harmonies of #9C241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C241F

Black with #9C241F

Text Example


Text Example

White with #9C241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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