#8E2D33

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

Shades of Bright Red #8E2D33

Tints of Bright Red #8E2D33

Color information

#8E2D33 (or 0x8E2D33) is unknown color: approx Bright Red. HEX triplet: 8E, 2D and 33. RGB value is (142,45,51). Sum of RGB (Red+Green+Blue) = 142+45+51=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D33 is #71D2CC. Grayscale: #4A4A4A. Windows color (decimal): -7459533 or 3353998. OLE color: 3353998.

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

Color convert

RGB1424551-
CMYK00.680.640.44
HSL356.29º51.87%36.67%-
HSV(B)356.29º68.31%55.69%-
XYZ12.697.873.98-
YUV74.69114.64176.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=59.66%
G=18.91%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142455100.680.640.44356.2951.8736.67
Hex8E2D33044402C1643425
Octal21655630104100545446445
Binary10001110101101110011010001001000000101100101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,51); }

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

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

 a { background-color: rgb(142,45,51); }

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

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

 span { border-color: rgb(142,45,51); }

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