Html Css Color HEX #9C210E Mandarian Orange

📋 copy color: '#9C210E'

red 156 ◦ green 33 ◦ blue 14

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

Shades of Mandarian Orange #9C210E

Tints of Mandarian Orange #9C210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 76.85%
G = 16.26%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C210E (or 0x9C210E) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 0E. RGB value is (156,33,14). Sum of RGB (Red+Green+Blue) = 156+33+14=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C210E is #63DEF1. Grayscale: #434343. Windows color (decimal): -6545138 or 926108. OLE color: 926108.

HSL color Cylindrical-coordinate representation of color #9C210E: hue angle of 8.03º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C210E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 33 14 -
CMYK 0 0.79 0.91 0.39
HSL 8.03º 0.84% 0.33% -
HSV(B) 8.03º 0.91% 0.61% -
XYZ 14.33 8.19 1.24 -
YUV 67.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 156 33 14 0 0.79 0.91 0.39 8.03 0.84 0.33
Hex 9C 21 E 0 4F 5B 27 8 54 21
Octal 234 41 16 0 117 133 47 10 124 41
Binary 10011100 100001 1110 0 1001111 1011011 100111 1000 1010100 100001

Color Harmonies of #9C210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C210E

Black with #9C210E

Text Example


Text Example

White with #9C210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,33,14); }

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

background-color css

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

 a { background-color: rgb(156,33,14); }

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

border-color css

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

 span { border-color: rgb(156,33,14); }

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