#8C152A

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

Shades of Flame Red #8C152A

Tints of Flame Red #8C152A

Color information

#8C152A (or 0x8C152A) is unknown color: approx Flame Red. HEX triplet: 8C, 15 and 2A. RGB value is (140,21,42). Sum of RGB (Red+Green+Blue) = 140+21+42=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152A is #73EAD5. Grayscale: #3B3B3B. Windows color (decimal): -7596758 or 2758028. OLE color: 2758028.

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

Color convert

RGB1402142-
CMYK00.850.70.45
HSL349.41º73.91%31.57%-
HSV(B)349.41º85%54.9%-
XYZ11.56.282.8-
YUV58.97118.42185.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.97%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=68.97%
G=10.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140214200.850.70.45349.4173.9131.57
Hex8C152A055462D15d4a20
Octal214255201251065553511240
Binary10001100101011010100101010110001101011011010111011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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