#9E222D

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

Shades of Bright Red #9E222D

Tints of Bright Red #9E222D

Color information

#9E222D (or 0x9E222D) is unknown color: approx Bright Red. HEX triplet: 9E, 22 and 2D. RGB value is (158,34,45). Sum of RGB (Red+Green+Blue) = 158+34+45=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E222D is #61DDD2. Grayscale: #484848. Windows color (decimal): -6413779 or 2957982. OLE color: 2957982.

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

Color convert

RGB1583445-
CMYK00.780.720.38
HSL354.68º64.58%37.65%-
HSV(B)354.68º78.48%61.96%-
XYZ15.158.63.34-
YUV72.33112.58189.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=66.67%
G=14.35%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158344500.780.720.38354.6864.5837.65
Hex9E222D04E48261634126
Octal236425501161104654310146
Binary100111101000101011010100111010010001001101011000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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