Html Css Color HEX #8C2625 Mandarian Orange

📋 copy color: '#8C2625'

red 140 ◦ green 38 ◦ blue 37

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

Shades of Mandarian Orange #8C2625

Tints of Mandarian Orange #8C2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 65.12%
G = 17.67%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2625 (or 0x8C2625) is known color: Mandarian Orange. HEX triplet: 8C, 26 and 25. RGB value is (140,38,37). Sum of RGB (Red+Green+Blue) = 140+38+37=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2625 is #73D9DA. Grayscale: #444444. Windows color (decimal): -7592411 or 2434700. OLE color: 2434700.

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

Color convert

RGB 140 38 37 -
CMYK 0 0.73 0.74 0.45
HSL 0.58º 0.58% 0.35% -
HSV(B) 0.58º 0.74% 0.55% -
XYZ 11.84 7.1 2.5 -
YUV 68.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 140 38 37 0 0.73 0.74 0.45 0.58 0.58 0.35
Hex 8C 26 25 0 49 4A 2D 1 3A 23
Octal 214 46 45 0 111 112 55 1 72 43
Binary 10001100 100110 100101 0 1001001 1001010 101101 1 111010 100011

Color Harmonies of #8C2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2625

Black with #8C2625

Text Example


Text Example

White with #8C2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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