#8F282B

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

Shades of Bright Red #8F282B

Tints of Bright Red #8F282B

Color information

#8F282B (or 0x8F282B) is unknown color: approx Bright Red. HEX triplet: 8F, 28 and 2B. RGB value is (143,40,43). Sum of RGB (Red+Green+Blue) = 143+40+43=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F282B is #70D7D4. Grayscale: #474747. Windows color (decimal): -7395285 or 2828431. OLE color: 2828431.

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

Color convert

RGB1434043-
CMYK00.720.700.44
HSL358.25º56.28%35.88%-
HSV(B)358.25º72.03%56.08%-
XYZ12.527.533.08-
YUV71.14112.12179.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.27%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=63.27%
G=17.70%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143404300.720.700.44358.2556.2835.88
Hex8F282B048462C1663824
Octal21750530110106545467044
Binary10001111101000101011010010001000110101100101100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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