Html Css Color HEX #8C2521 Mandarian Orange

📋 copy color: '#8C2521'

red 140 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #8C2521

Tints of Mandarian Orange #8C2521

RGB

 RED value IS 140 (55.08% from 255) = 66.67%

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 66.67%
G = 17.62%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C2521 (or 0x8C2521) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 21. RGB value is (140,37,33). Sum of RGB (Red+Green+Blue) = 140+37+33=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2521 is #73DADE. Grayscale: #434343. Windows color (decimal): -7592671 or 2172300. OLE color: 2172300.

HSL color Cylindrical-coordinate representation of color #8C2521: hue angle of 2.24º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2521 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 37 33 -
CMYK 0 0.74 0.76 0.45
HSL 2.24º 0.62% 0.34% -
HSV(B) 2.24º 0.76% 0.55% -
XYZ 11.75 7.01 2.17 -
YUV 67.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 140 37 33 0 0.74 0.76 0.45 2.24 0.62 0.34
Hex 8C 25 21 0 4A 4C 2D 2 3E 22
Octal 214 45 41 0 112 114 55 2 76 42
Binary 10001100 100101 100001 0 1001010 1001100 101101 10 111110 100010

Color Harmonies of #8C2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2521

Black with #8C2521

Text Example


Text Example

White with #8C2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2521; }

 p { color: rgb(140,37,33); }

 H1.HeaderClassName
 {
   color: #8C2521;
 }
 .AnyTagClassName
 {
   color: #8C2521;
 }
</style>

background-color css

<style>
 a { background-color: #8C2521; }

 a { background-color: rgb(140,37,33); }

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

border-color css

<style>
 span { border-color: #8C2521; }

 span { border-color: rgb(140,37,33); }

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