#8F2737

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

Shades of Bright Red #8F2737

Tints of Bright Red #8F2737

Color information

#8F2737 (or 0x8F2737) is unknown color: approx Bright Red. HEX triplet: 8F, 27 and 37. RGB value is (143,39,55). Sum of RGB (Red+Green+Blue) = 143+39+55=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2737 is #70D8C8. Grayscale: #474747. Windows color (decimal): -7395529 or 3614607. OLE color: 3614607.

HSL color Cylindrical-coordinate representation of color #8F2737: hue angle of 350.77º 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 #8F2737 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1433955-
CMYK00.730.620.44
HSL350.77º57.14%35.69%-
HSV(B)350.77º72.73%56.08%-
XYZ12.747.574.4-
YUV71.92118.46178.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=60.34%
G=16.46%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143395500.730.620.44350.7757.1435.69
Hex8F27370493E2C15f3924
Octal2174767011176545377144
Binary1000111110011111011101001001111110101100101011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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