#9E223A

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

Shades of Bright Red #9E223A

Tints of Bright Red #9E223A

Color information

#9E223A (or 0x9E223A) is unknown color: approx Bright Red. HEX triplet: 9E, 22 and 3A. RGB value is (158,34,58). Sum of RGB (Red+Green+Blue) = 158+34+58=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E223A is #61DDC5. Grayscale: #494949. Windows color (decimal): -6413766 or 3809950. OLE color: 3809950.

HSL color Cylindrical-coordinate representation of color #9E223A: hue angle of 348.39º 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 #9E223A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB1583458-
CMYK00.780.630.38
HSL348.39º64.58%37.65%-
HSV(B)348.39º78.48%61.96%-
XYZ15.448.724.87-
YUV73.81119.08188.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.2%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=63.2%
G=13.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158345800.780.630.38348.3964.5837.65
Hex9E223A04E3F2615c4126
Octal23642720116774653410146
Binary10011110100010111010010011101111111001101010111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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