#8f2d3b

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

Shades of Bright Red #8F2D3B

Tints of Bright Red #8F2D3B

Color information

#8F2D3B (or 0x8F2D3B) is unknown color: approx Bright Red. HEX triplet: 8F, 2D and 3B. RGB value is (143,45,59). Sum of RGB (Red+Green+Blue) = 143+45+59=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D3B is #70D2C4. Grayscale: #4B4B4B. Windows color (decimal): -7393989 or 3878287. OLE color: 3878287.

HSL color Cylindrical-coordinate representation of color #8F2D3B: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D3B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1434559-
CMYK00.690.590.44
HSL351.43º52.13%36.86%-
HSV(B)351.43º68.53%56.08%-
XYZ13.068.035-
YUV75.9118.47175.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.89%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=57.89%
G=18.22%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143455900.690.590.44351.4352.1336.86
Hex8F2D3B0453B2C15f3425
Octal2175573010573545376445
Binary1000111110110111101101000101111011101100101011111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f2d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,45,59); }

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

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

 a { background-color: rgb(143,45,59); }

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

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

 span { border-color: rgb(143,45,59); }

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