#9E2230

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

Shades of Bright Red #9E2230

Tints of Bright Red #9E2230

Color information

#9E2230 (or 0x9E2230) is unknown color: approx Bright Red. HEX triplet: 9E, 22 and 30. RGB value is (158,34,48). Sum of RGB (Red+Green+Blue) = 158+34+48=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2230 is #61DDCF. Grayscale: #484848. Windows color (decimal): -6413776 or 3154590. OLE color: 3154590.

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

Color convert

RGB1583448-
CMYK00.780.700.38
HSL353.23º64.58%37.65%-
HSV(B)353.23º78.48%61.96%-
XYZ15.218.633.66-
YUV72.67114.08188.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.83%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 48 (19.14% from 255) = 20%
R=65.83%
G=14.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158344800.780.700.38353.2364.5837.65
Hex9E223004E46261614126
Octal236426001161064654110146
Binary100111101000101100000100111010001101001101011000011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,34,48); }

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

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

 a { background-color: rgb(158,34,48); }

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

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

 span { border-color: rgb(158,34,48); }

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