#8F293C

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

Shades of Bright Red #8F293C

Tints of Bright Red #8F293C

Color information

#8F293C (or 0x8F293C) is unknown color: approx Bright Red. HEX triplet: 8F, 29 and 3C. RGB value is (143,41,60). Sum of RGB (Red+Green+Blue) = 143+41+60=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F293C is #70D6C3. Grayscale: #494949. Windows color (decimal): -7395012 or 3942799. OLE color: 3942799.

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

Color convert

RGB1434160-
CMYK00.710.580.44
HSL348.82º55.43%36.08%-
HSV(B)348.82º71.33%56.08%-
XYZ12.947.755.09-
YUV73.66120.29177.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.61%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=58.61%
G=16.80%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143416000.710.580.44348.8255.4336.08
Hex8F293C0473A2C15d3724
Octal2175174010772545356744
Binary1000111110100111110001000111111010101100101011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,41,60); }

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

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

 a { background-color: rgb(143,41,60); }

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

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

 span { border-color: rgb(143,41,60); }

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