#8F1C2E

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

Shades of Bright Red #8F1C2E

Tints of Bright Red #8F1C2E

Color information

#8F1C2E (or 0x8F1C2E) is unknown color: approx Bright Red. HEX triplet: 8F, 1C and 2E. RGB value is (143,28,46). Sum of RGB (Red+Green+Blue) = 143+28+46=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1C2E is #70E3D1. Grayscale: #404040. Windows color (decimal): -7398354 or 3021967. OLE color: 3021967.

HSL color Cylindrical-coordinate representation of color #8F1C2E: hue angle of 350.61º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1C2E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1432846-
CMYK00.800.680.44
HSL350.61º67.25%33.53%-
HSV(B)350.61º80.42%56.08%-
XYZ12.246.873.27-
YUV64.44117.6184.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.90%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=65.90%
G=12.90%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143284600.800.680.44350.6167.2533.53
Hex8F1C2E050442C15f4322
Octal217345601201045453710342
Binary10001111111001011100101000010001001011001010111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,28,46); }

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

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

 a { background-color: rgb(143,28,46); }

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

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

 span { border-color: rgb(143,28,46); }

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