#8F252A

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

Shades of Bright Red #8F252A

Tints of Bright Red #8F252A

Color information

#8F252A (or 0x8F252A) is unknown color: approx Bright Red. HEX triplet: 8F, 25 and 2A. RGB value is (143,37,42). Sum of RGB (Red+Green+Blue) = 143+37+42=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F252A is #70DAD5. Grayscale: #454545. Windows color (decimal): -7396054 or 2762127. OLE color: 2762127.

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

Color convert

RGB1433742-
CMYK00.740.710.44
HSL357.17º58.89%35.29%-
HSV(B)357.17º74.13%56.08%-
XYZ12.417.332.95-
YUV69.26112.62180.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=64.41%
G=16.67%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143374200.740.710.44357.1758.8935.29
Hex8F252A04A472C1653b23
Octal21745520112107545457343
Binary10001111100101101010010010101000111101100101100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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