#9E2132

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

Shades of Bright Red #9E2132

Tints of Bright Red #9E2132

Color information

#9E2132 (or 0x9E2132) is unknown color: approx Bright Red. HEX triplet: 9E, 21 and 32. RGB value is (158,33,50). Sum of RGB (Red+Green+Blue) = 158+33+50=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2132 is #61DECD. Grayscale: #484848. Windows color (decimal): -6414030 or 3285406. OLE color: 3285406.

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

Color convert

RGB1583350-
CMYK00.790.680.38
HSL351.84º65.45%37.45%-
HSV(B)351.84º79.11%61.96%-
XYZ15.228.593.87-
YUV72.31115.41189.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.56%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=65.56%
G=13.69%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158335000.790.680.38351.8465.4537.45
Hex9E213204F44261604125
Octal236416201171044654010145
Binary100111101000011100100100111110001001001101011000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,33,50); }

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

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

 a { background-color: rgb(158,33,50); }

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

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

 span { border-color: rgb(158,33,50); }

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