#8F232B

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

Shades of Bright Red #8F232B

Tints of Bright Red #8F232B

Color information

#8F232B (or 0x8F232B) is unknown color: approx Bright Red. HEX triplet: 8F, 23 and 2B. RGB value is (143,35,43). Sum of RGB (Red+Green+Blue) = 143+35+43=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F232B is #70DCD4. Grayscale: #444444. Windows color (decimal): -7396565 or 2827151. OLE color: 2827151.

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

Color convert

RGB1433543-
CMYK00.760.700.44
HSL355.56º60.67%34.9%-
HSV(B)355.56º75.52%56.08%-
XYZ12.367.223.03-
YUV68.2113.78181.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.71%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=64.71%
G=15.84%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143354300.760.700.44355.5660.6734.9
Hex8F232B04C462C1643d23
Octal21743530114106545447543
Binary10001111100011101011010011001000110101100101100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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