#8D2829

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

Shades of Flame Red #8D2829

Tints of Flame Red #8D2829

Color information

#8D2829 (or 0x8D2829) is unknown color: approx Flame Red. HEX triplet: 8D, 28 and 29. RGB value is (141,40,41). Sum of RGB (Red+Green+Blue) = 141+40+41=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2829 is #72D7D6. Grayscale: #464646. Windows color (decimal): -7526359 or 2697357. OLE color: 2697357.

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

Color convert

RGB1414041-
CMYK00.720.710.45
HSL359.41º55.8%35.49%-
HSV(B)359.41º71.63%55.29%-
XYZ12.147.342.87-
YUV70.31111.46178.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=63.51%
G=18.02%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141404100.720.710.45359.4155.835.49
Hex8D2829048472D1673823
Octal21550510110107555477043
Binary10001101101000101001010010001000111101101101100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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