#8D2127

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

Shades of Flame Red #8D2127

Tints of Flame Red #8D2127

Color information

#8D2127 (or 0x8D2127) is unknown color: approx Flame Red. HEX triplet: 8D, 21 and 27. RGB value is (141,33,39). Sum of RGB (Red+Green+Blue) = 141+33+39=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2127 is #72DED8. Grayscale: #424242. Windows color (decimal): -7528153 or 2564493. OLE color: 2564493.

HSL color Cylindrical-coordinate representation of color #8D2127: hue angle of 356.67º degrees, saturation: 0.62, 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 #8D2127 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1413339-
CMYK00.770.720.45
HSL356.67º62.07%34.12%-
HSV(B)356.67º76.6%55.29%-
XYZ11.896.92.62-
YUV65.98112.78181.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.20%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=66.20%
G=15.49%
B=18.31%

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
Decimal141333900.770.720.45356.6762.0734.12
Hex8D212704D482D1653e22
Octal21541470115110555457642
Binary10001101100001100111010011011001000101101101100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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