#8C1524

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

Shades of Flame Red #8C1524

Tints of Flame Red #8C1524

Color information

#8C1524 (or 0x8C1524) is unknown color: approx Flame Red. HEX triplet: 8C, 15 and 24. RGB value is (140,21,36). Sum of RGB (Red+Green+Blue) = 140+21+36=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1524 is #73EADB. Grayscale: #3A3A3A. Windows color (decimal): -7596764 or 2364812. OLE color: 2364812.

HSL color Cylindrical-coordinate representation of color #8C1524: hue angle of 352.44º 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 #8C1524 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1402136-
CMYK00.850.740.45
HSL352.44º73.91%31.57%-
HSV(B)352.44º85%54.9%-
XYZ11.46.242.27-
YUV58.29115.42186.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 71.07%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=71.07%
G=10.66%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140213600.850.740.45352.4473.9131.57
Hex8C15240554A2D1604a20
Octal214254401251125554011240
Binary10001100101011001000101010110010101011011011000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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