#8C1328

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

Shades of Flame Red #8C1328

Tints of Flame Red #8C1328

Color information

#8C1328 (or 0x8C1328) is unknown color: approx Flame Red. HEX triplet: 8C, 13 and 28. RGB value is (140,19,40). Sum of RGB (Red+Green+Blue) = 140+19+40=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1328 is #73ECD7. Grayscale: #393939. Windows color (decimal): -7597272 or 2626444. OLE color: 2626444.

HSL color Cylindrical-coordinate representation of color #8C1328: hue angle of 349.59º degrees, saturation: 0.76, 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 #8C1328 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1401940-
CMYK00.860.710.45
HSL349.59º76.1%31.18%-
HSV(B)349.59º86.43%54.9%-
XYZ11.436.192.6-
YUV57.57118.09186.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=70.35%
G=9.55%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140194000.860.710.45349.5976.131.18
Hex8C1328056472D15e4c1f
Octal214235001261075553611437
Binary1000110010011101000010101101000111101101101011110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,19,40); }

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

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

 a { background-color: rgb(140,19,40); }

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

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

 span { border-color: rgb(140,19,40); }

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