#8C1425

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

Shades of Flame Red #8C1425

Tints of Flame Red #8C1425

Color information

#8C1425 (or 0x8C1425) is unknown color: approx Flame Red. HEX triplet: 8C, 14 and 25. RGB value is (140,20,37). Sum of RGB (Red+Green+Blue) = 140+20+37=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1425 is #73EBDA. Grayscale: #393939. Windows color (decimal): -7597019 or 2430092. OLE color: 2430092.

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

Color convert

RGB1402037-
CMYK00.860.740.45
HSL351.5º75%31.37%-
HSV(B)351.5º85.71%54.9%-
XYZ11.46.212.35-
YUV57.82116.26186.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 71.07%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=71.07%
G=10.15%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140203700.860.740.45351.57531.37
Hex8C14250564A2D1604b1f
Octal214244501261125554011337
Binary1000110010100100101010101101001010101101101100000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,20,37); }

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

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

 a { background-color: rgb(140,20,37); }

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

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

 span { border-color: rgb(140,20,37); }

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