#8D2027

Color #8D2027 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8D2027

Tints of Flame Red #8D2027

Color information

#8D2027 (or 0x8D2027) is unknown color: approx Flame Red. HEX triplet: 8D, 20 and 27. RGB value is (141,32,39). Sum of RGB (Red+Green+Blue) = 141+32+39=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2027 is #72DFD8. Grayscale: #414141. Windows color (decimal): -7528409 or 2564237. OLE color: 2564237.

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

Color convert

RGB1413239-
CMYK00.770.720.45
HSL356.15º63.01%33.92%-
HSV(B)356.15º77.3%55.29%-
XYZ11.876.842.61-
YUV65.39113.11181.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.51%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=66.51%
G=15.09%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141323900.770.720.45356.1563.0133.92
Hex8D202704D482D1643f22
Octal21540470115110555447742
Binary10001101100000100111010011011001000101101101100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,39); }

 H1.HeaderClassName
 {
   color: #8D2027;
 }
 .AnyTagClassName
 {
   color: #8D2027;
 }
</style>
background-color css

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

 a { background-color: rgb(141,32,39); }

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

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

 span { border-color: rgb(141,32,39); }

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