Html Css Color HEX #8C2515 Mandarian Orange

📋 copy color: '#8C2515'

red 140 ◦ green 37 ◦ blue 21

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

Shades of Mandarian Orange #8C2515

Tints of Mandarian Orange #8C2515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 70.71%
G = 18.69%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C2515 (or 0x8C2515) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 15. RGB value is (140,37,21). Sum of RGB (Red+Green+Blue) = 140+37+21=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2515 is #73DAEA. Grayscale: #424242. Windows color (decimal): -7592683 or 1385868. OLE color: 1385868.

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

Color convert

RGB 140 37 21 -
CMYK 0 0.74 0.85 0.45
HSL 8.07º 0.74% 0.32% -
HSV(B) 8.07º 0.85% 0.55% -
XYZ 11.61 6.95 1.44 -
YUV 65.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 140 37 21 0 0.74 0.85 0.45 8.07 0.74 0.32
Hex 8C 25 15 0 4A 55 2D 8 4A 20
Octal 214 45 25 0 112 125 55 10 112 40
Binary 10001100 100101 10101 0 1001010 1010101 101101 1000 1001010 100000

Color Harmonies of #8C2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2515

Black with #8C2515

Text Example


Text Example

White with #8C2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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