Html Css Color HEX #9C200E Mandarian Orange

📋 copy color: '#9C200E'

red 156 ◦ green 32 ◦ blue 14

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

Shades of Mandarian Orange #9C200E

Tints of Mandarian Orange #9C200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 77.23%
G = 15.84%
B = 6.93%

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

#9C200E (or 0x9C200E) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 0E. RGB value is (156,32,14). Sum of RGB (Red+Green+Blue) = 156+32+14=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C200E is #63DFF1. Grayscale: #434343. Windows color (decimal): -6545394 or 925852. OLE color: 925852.

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

Color convert

RGB 156 32 14 -
CMYK 0 0.79 0.91 0.39
HSL 7.61º 0.84% 0.33% -
HSV(B) 7.61º 0.91% 0.61% -
XYZ 14.31 8.13 1.23 -
YUV 67.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 156 32 14 0 0.79 0.91 0.39 7.61 0.84 0.33
Hex 9C 20 E 0 4F 5B 27 8 54 21
Octal 234 40 16 0 117 133 47 10 124 41
Binary 10011100 100000 1110 0 1001111 1011011 100111 1000 1010100 100001

Color Harmonies of #9C200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C200E

Black with #9C200E

Text Example


Text Example

White with #9C200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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