Html Css Color HEX #8C2421 Mandarian Orange

📋 copy color: '#8C2421'

red 140 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #8C2421

Tints of Mandarian Orange #8C2421

RGB

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

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

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

R = 66.99%
G = 17.22%
B = 15.79%

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

#8C2421 (or 0x8C2421) is known color: Mandarian Orange. HEX triplet: 8C, 24 and 21. RGB value is (140,36,33). Sum of RGB (Red+Green+Blue) = 140+36+33=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2421 is #73DBDE. Grayscale: #424242. Windows color (decimal): -7592927 or 2172044. OLE color: 2172044.

HSL color Cylindrical-coordinate representation of color #8C2421: hue angle of 1.68º 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 #8C2421 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 36 33 -
CMYK 0 0.74 0.76 0.45
HSL 1.68º 0.62% 0.34% -
HSV(B) 1.68º 0.76% 0.55% -
XYZ 11.72 6.95 2.16 -
YUV 66.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 140 36 33 0 0.74 0.76 0.45 1.68 0.62 0.34
Hex 8C 24 21 0 4A 4C 2D 2 3E 22
Octal 214 44 41 0 112 114 55 2 76 42
Binary 10001100 100100 100001 0 1001010 1001100 101101 10 111110 100010

Color Harmonies of #8C2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2421

Black with #8C2421

Text Example


Text Example

White with #8C2421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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