#8F2529

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

Shades of Bright Red #8F2529

Tints of Bright Red #8F2529

Color information

#8F2529 (or 0x8F2529) is unknown color: approx Bright Red. HEX triplet: 8F, 25 and 29. RGB value is (143,37,41). Sum of RGB (Red+Green+Blue) = 143+37+41=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2529 is #70DAD6. Grayscale: #454545. Windows color (decimal): -7396055 or 2696591. OLE color: 2696591.

HSL color Cylindrical-coordinate representation of color #8F2529: hue angle of 357.74º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2529 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1433741-
CMYK00.740.710.44
HSL357.74º58.89%35.29%-
HSV(B)357.74º74.13%56.08%-
XYZ12.397.322.86-
YUV69.15112.12180.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.71%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=64.71%
G=16.74%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143374100.740.710.44357.7458.8935.29
Hex8F252904A472C1663b23
Octal21745510112107545467343
Binary10001111100101101001010010101000111101100101100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,37,41); }

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

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

 a { background-color: rgb(143,37,41); }

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

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

 span { border-color: rgb(143,37,41); }

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