#8C1C29

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

Shades of Flame Red #8C1C29

Tints of Flame Red #8C1C29

Color information

#8C1C29 (or 0x8C1C29) is unknown color: approx Flame Red. HEX triplet: 8C, 1C and 29. RGB value is (140,28,41). Sum of RGB (Red+Green+Blue) = 140+28+41=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C29 is #73E3D6. Grayscale: #3F3F3F. Windows color (decimal): -7594967 or 2694284. OLE color: 2694284.

HSL color Cylindrical-coordinate representation of color #8C1C29: hue angle of 353.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C29 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1402841-
CMYK00.800.710.45
HSL353.04º66.67%32.94%-
HSV(B)353.04º80%54.9%-
XYZ11.636.572.75-
YUV62.97115.61182.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=66.99%
G=13.40%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140284100.800.710.45353.0466.6732.94
Hex8C1C29050472D1614321
Octal214345101201075554110341
Binary10001100111001010010101000010001111011011011000011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,41); }

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

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

 a { background-color: rgb(140,28,41); }

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

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

 span { border-color: rgb(140,28,41); }

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