#8f262e

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

Shades of Bright Red #8F262E

Tints of Bright Red #8F262E

Color information

#8F262E (or 0x8F262E) is unknown color: approx Bright Red. HEX triplet: 8F, 26 and 2E. RGB value is (143,38,46). Sum of RGB (Red+Green+Blue) = 143+38+46=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F262E is #70D9D1. Grayscale: #464646. Windows color (decimal): -7395794 or 3024527. OLE color: 3024527.

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

Color convert

RGB1433846-
CMYK00.730.680.44
HSL355.43º58.01%35.49%-
HSV(B)355.43º73.43%56.08%-
XYZ12.517.423.36-
YUV70.31114.29179.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.00%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=63.00%
G=16.74%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143384600.730.680.44355.4358.0135.49
Hex8F262E049442C1633a23
Octal21746560111104545437243
Binary10001111100110101110010010011000100101100101100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f262e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,38,46); }

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

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

 a { background-color: rgb(143,38,46); }

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

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

 span { border-color: rgb(143,38,46); }

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