#8C1D21

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

Shades of Flame Red #8C1D21

Tints of Flame Red #8C1D21

Color information

#8C1D21 (or 0x8C1D21) is unknown color: approx Flame Red. HEX triplet: 8C, 1D and 21. RGB value is (140,29,33). Sum of RGB (Red+Green+Blue) = 140+29+33=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D21 is #73E2DE. Grayscale: #3E3E3E. Windows color (decimal): -7594719 or 2170252. OLE color: 2170252.

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

Color convert

RGB1402933-
CMYK00.790.760.45
HSL357.84º65.68%33.14%-
HSV(B)357.84º79.29%54.9%-
XYZ11.536.562.1-
YUV62.64111.27183.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=69.31%
G=14.36%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140293300.790.760.45357.8465.6833.14
Hex8C1D2104F4C2D1664221
Octal214354101171145554610241
Binary10001100111011000010100111110011001011011011001101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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