#8f2b33

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

Shades of Bright Red #8F2B33

Tints of Bright Red #8F2B33

Color information

#8F2B33 (or 0x8F2B33) is unknown color: approx Bright Red. HEX triplet: 8F, 2B and 33. RGB value is (143,43,51). Sum of RGB (Red+Green+Blue) = 143+43+51=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B33 is #70D4CC. Grayscale: #494949. Windows color (decimal): -7394509 or 3353487. OLE color: 3353487.

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

Color convert

RGB1434351-
CMYK00.700.640.44
HSL355.2º53.76%36.47%-
HSV(B)355.2º69.93%56.08%-
XYZ12.797.813.96-
YUV73.81115.13177.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=60.34%
G=18.14%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143435100.700.640.44355.253.7636.47
Hex8F2B33046402C1633624
Octal21753630106100545436644
Binary10001111101011110011010001101000000101100101100011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f2b33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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