#8F2A2F

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

Shades of Bright Red #8F2A2F

Tints of Bright Red #8F2A2F

Color information

#8F2A2F (or 0x8F2A2F) is unknown color: approx Bright Red. HEX triplet: 8F, 2A and 2F. RGB value is (143,42,47). Sum of RGB (Red+Green+Blue) = 143+42+47=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A2F is #70D5D0. Grayscale: #484848. Windows color (decimal): -7394769 or 3091087. OLE color: 3091087.

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

Color convert

RGB1434247-
CMYK00.710.670.44
HSL357.03º54.59%36.27%-
HSV(B)357.03º70.63%56.08%-
XYZ12.677.73.51-
YUV72.77113.46178.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.64%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=61.64%
G=18.10%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143424700.710.670.44357.0354.5936.27
Hex8F2A2F047432C1653724
Octal21752570107103545456744
Binary10001111101010101111010001111000011101100101100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,42,47); }

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

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

 a { background-color: rgb(143,42,47); }

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

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

 span { border-color: rgb(143,42,47); }

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