#8f1f33

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

Shades of Bright Red #8F1F33

Tints of Bright Red #8F1F33

Color information

#8F1F33 (or 0x8F1F33) is unknown color: approx Bright Red. HEX triplet: 8F, 1F and 33. RGB value is (143,31,51). Sum of RGB (Red+Green+Blue) = 143+31+51=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1F33 is #70E0CC. Grayscale: #424242. Windows color (decimal): -7397581 or 3350415. OLE color: 3350415.

HSL color Cylindrical-coordinate representation of color #8F1F33: hue angle of 349.29º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F33 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1433151-
CMYK00.780.640.44
HSL349.29º64.37%34.12%-
HSV(B)349.29º78.32%56.08%-
XYZ12.427.063.84-
YUV66.77119.11182.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.56%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=63.56%
G=13.78%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143315100.780.640.44349.2964.3734.12
Hex8F1F3304E402C15d4022
Octal217376301161005453510042
Binary10001111111111100110100111010000001011001010111011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f1f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,31,51); }

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

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

 a { background-color: rgb(143,31,51); }

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

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

 span { border-color: rgb(143,31,51); }

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