Html Css Color HEX #9C241E Mandarian Orange

📋 copy color: '#9C241E'

red 156 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #9C241E

Tints of Mandarian Orange #9C241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 70.27%
G = 16.22%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C241E (or 0x9C241E) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 1E. RGB value is (156,36,30). Sum of RGB (Red+Green+Blue) = 156+36+30=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C241E is #63DBE1. Grayscale: #474747. Windows color (decimal): -6544354 or 1975452. OLE color: 1975452.

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

Color convert

RGB 156 36 30 -
CMYK 0 0.77 0.81 0.39
HSL 2.86º 0.68% 0.36% -
HSV(B) 2.86º 0.81% 0.61% -
XYZ 14.58 8.42 2.09 -
YUV 71.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 156 36 30 0 0.77 0.81 0.39 2.86 0.68 0.36
Hex 9C 24 1E 0 4D 51 27 3 44 24
Octal 234 44 36 0 115 121 47 3 104 44
Binary 10011100 100100 11110 0 1001101 1010001 100111 11 1000100 100100

Color Harmonies of #9C241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C241E

Black with #9C241E

Text Example


Text Example

White with #9C241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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