#8F2D3A

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

Shades of Bright Red #8F2D3A

Tints of Bright Red #8F2D3A

Color information

#8F2D3A (or 0x8F2D3A) is unknown color: approx Bright Red. HEX triplet: 8F, 2D and 3A. RGB value is (143,45,58). Sum of RGB (Red+Green+Blue) = 143+45+58=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D3A is #70D2C5. Grayscale: #4B4B4B. Windows color (decimal): -7393990 or 3812751. OLE color: 3812751.

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

Color convert

RGB1434558-
CMYK00.690.590.44
HSL352.04º52.13%36.86%-
HSV(B)352.04º68.53%56.08%-
XYZ13.038.024.86-
YUV75.78117.97175.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.13%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=58.13%
G=18.29%
B=23.58%

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
Decimal143455800.690.590.44352.0452.1336.86
Hex8F2D3A0453B2C1603425
Octal2175572010573545406445
Binary1000111110110111101001000101111011101100101100000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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