#8D1E28

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

Shades of Flame Red #8D1E28

Tints of Flame Red #8D1E28

Color information

#8D1E28 (or 0x8D1E28) is unknown color: approx Flame Red. HEX triplet: 8D, 1E and 28. RGB value is (141,30,40). Sum of RGB (Red+Green+Blue) = 141+30+40=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1E28 is #72E1D7. Grayscale: #404040. Windows color (decimal): -7528920 or 2629261. OLE color: 2629261.

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

Color convert

RGB1413040-
CMYK00.790.720.45
HSL354.59º64.91%33.53%-
HSV(B)354.59º78.72%55.29%-
XYZ11.836.742.69-
YUV64.33114.27182.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.82%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=66.82%
G=14.22%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141304000.790.720.45354.5964.9133.53
Hex8D1E2804F482D1634122
Octal215365001171105554310142
Binary10001101111101010000100111110010001011011011000111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,30,40); }

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

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

 a { background-color: rgb(141,30,40); }

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

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

 span { border-color: rgb(141,30,40); }

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