#8F2738

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

Shades of Bright Red #8F2738

Tints of Bright Red #8F2738

Color information

#8F2738 (or 0x8F2738) is unknown color: approx Bright Red. HEX triplet: 8F, 27 and 38. RGB value is (143,39,56). Sum of RGB (Red+Green+Blue) = 143+39+56=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2738 is #70D8C7. Grayscale: #484848. Windows color (decimal): -7395528 or 3680143. OLE color: 3680143.

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

Color convert

RGB1433956-
CMYK00.730.610.44
HSL350.19º57.14%35.69%-
HSV(B)350.19º72.73%56.08%-
XYZ12.777.584.53-
YUV72.03118.96178.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.08%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=60.08%
G=16.39%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143395600.730.610.44350.1957.1435.69
Hex8F27380493D2C15e3924
Octal2174770011175545367144
Binary1000111110011111100001001001111101101100101011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,56); }

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

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

 a { background-color: rgb(143,39,56); }

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

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

 span { border-color: rgb(143,39,56); }

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