#8F272B

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

Shades of Bright Red #8F272B

Tints of Bright Red #8F272B

Color information

#8F272B (or 0x8F272B) is unknown color: approx Bright Red. HEX triplet: 8F, 27 and 2B. RGB value is (143,39,43). Sum of RGB (Red+Green+Blue) = 143+39+43=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F272B is #70D8D4. Grayscale: #464646. Windows color (decimal): -7395541 or 2828175. OLE color: 2828175.

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

Color convert

RGB1433943-
CMYK00.730.700.44
HSL357.69º57.14%35.69%-
HSV(B)357.69º72.73%56.08%-
XYZ12.497.473.07-
YUV70.55112.46179.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.56%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=63.56%
G=17.33%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143394300.730.700.44357.6957.1435.69
Hex8F272B049462C1663924
Octal21747530111106545467144
Binary10001111100111101011010010011000110101100101100110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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