#9E2538

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

Shades of Bright Red #9E2538

Tints of Bright Red #9E2538

Color information

#9E2538 (or 0x9E2538) is unknown color: approx Bright Red. HEX triplet: 9E, 25 and 38. RGB value is (158,37,56). Sum of RGB (Red+Green+Blue) = 158+37+56=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2538 is #61DAC7. Grayscale: #4B4B4B. Windows color (decimal): -6413000 or 3679646. OLE color: 3679646.

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

Color convert

RGB1583756-
CMYK00.770.650.38
HSL350.58º62.05%38.24%-
HSV(B)350.58º76.58%61.96%-
XYZ15.488.884.64-
YUV75.34117.09186.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=62.95%
G=14.74%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158375600.770.650.38350.5862.0538.24
Hex9E253804D412615f3e26
Octal23645700115101465377646
Binary10011110100101111000010011011000001100110101011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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