#8F2729

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

Shades of Bright Red #8F2729

Tints of Bright Red #8F2729

Color information

#8F2729 (or 0x8F2729) is unknown color: approx Bright Red. HEX triplet: 8F, 27 and 29. RGB value is (143,39,41). Sum of RGB (Red+Green+Blue) = 143+39+41=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2729 is #70D8D6. Grayscale: #464646. Windows color (decimal): -7395543 or 2697103. OLE color: 2697103.

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

Color convert

RGB1433941-
CMYK00.730.710.44
HSL358.85º57.14%35.69%-
HSV(B)358.85º72.73%56.08%-
XYZ12.457.452.88-
YUV70.32111.46179.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.13%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=64.13%
G=17.49%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143394100.730.710.44358.8557.1435.69
Hex8F2729049472C1673924
Octal21747510111107545477144
Binary10001111100111101001010010011000111101100101100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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