#8C1521

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

Shades of Flame Red #8C1521

Tints of Flame Red #8C1521

Color information

#8C1521 (or 0x8C1521) is unknown color: approx Flame Red. HEX triplet: 8C, 15 and 21. RGB value is (140,21,33). Sum of RGB (Red+Green+Blue) = 140+21+33=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1521 is #73EADE. Grayscale: #3A3A3A. Windows color (decimal): -7596767 or 2168204. OLE color: 2168204.

HSL color Cylindrical-coordinate representation of color #8C1521: hue angle of 353.95º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1521 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1402133-
CMYK00.850.760.45
HSL353.95º73.91%31.57%-
HSV(B)353.95º85%54.9%-
XYZ11.366.222.04-
YUV57.95113.92186.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.16%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=72.16%
G=10.82%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140213300.850.760.45353.9573.9131.57
Hex8C15210554C2D1624a20
Octal214254101251145554211240
Binary10001100101011000010101010110011001011011011000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,33); }

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

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

 a { background-color: rgb(140,21,33); }

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

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

 span { border-color: rgb(140,21,33); }

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