#9E2838

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

Shades of Bright Red #9E2838

Tints of Bright Red #9E2838

Color information

#9E2838 (or 0x9E2838) is unknown color: approx Bright Red. HEX triplet: 9E, 28 and 38. RGB value is (158,40,56). Sum of RGB (Red+Green+Blue) = 158+40+56=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2838 is #61D7C7. Grayscale: #4D4D4D. Windows color (decimal): -6412232 or 3680414. OLE color: 3680414.

HSL color Cylindrical-coordinate representation of color #9E2838: hue angle of 351.86º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2838 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1584056-
CMYK00.750.650.38
HSL351.86º59.6%38.82%-
HSV(B)351.86º74.68%61.96%-
XYZ15.579.074.67-
YUV77.11116.09185.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.20%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=62.20%
G=15.75%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158405600.750.650.38351.8659.638.82
Hex9E283804B41261603c27
Octal23650700113101465407447
Binary10011110101000111000010010111000001100110101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E2838; }

 p { color: rgb(158,40,56); }

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

<style>
 a { background-color: #9E2838; }

 a { background-color: rgb(158,40,56); }

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

<style>
 span { border-color: #9E2838; }

 span { border-color: rgb(158,40,56); }

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