Html Css Color HEX #9E210C Mandarian Orange

📋 copy color: '#9E210C'

red 158 ◦ green 33 ◦ blue 12

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

Shades of Mandarian Orange #9E210C

Tints of Mandarian Orange #9E210C

RGB

 RED value IS 158 (62.11% from 255) = 77.83%

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 77.83%
G = 16.26%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E210C (or 0x9E210C) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 0C. RGB value is (158,33,12). Sum of RGB (Red+Green+Blue) = 158+33+12=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E210C is #61DEF3. Grayscale: #444444. Windows color (decimal): -6414068 or 795038. OLE color: 795038.

HSL color Cylindrical-coordinate representation of color #9E210C: hue angle of 8.63º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E210C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 33 12 -
CMYK 0 0.79 0.92 0.38
HSL 8.63º 0.86% 0.33% -
HSV(B) 8.63º 0.92% 0.62% -
XYZ 14.71 8.38 1.19 -
YUV 67.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 158 33 12 0 0.79 0.92 0.38 8.63 0.86 0.33
Hex 9E 21 C 0 4F 5C 26 9 56 21
Octal 236 41 14 0 117 134 46 11 126 41
Binary 10011110 100001 1100 0 1001111 1011100 100110 1001 1010110 100001

Color Harmonies of #9E210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E210C

Black with #9E210C

Text Example


Text Example

White with #9E210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,33,12); }

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

background-color css

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

 a { background-color: rgb(158,33,12); }

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

border-color css

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

 span { border-color: rgb(158,33,12); }

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