#9E2536

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

Shades of Bright Red #9E2536

Tints of Bright Red #9E2536

Color information

#9E2536 (or 0x9E2536) is unknown color: approx Bright Red. HEX triplet: 9E, 25 and 36. RGB value is (158,37,54). Sum of RGB (Red+Green+Blue) = 158+37+54=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2536 is #61DAC9. Grayscale: #4B4B4B. Windows color (decimal): -6413002 or 3548574. OLE color: 3548574.

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

Color convert

RGB1583754-
CMYK00.770.660.38
HSL351.57º62.05%38.24%-
HSV(B)351.57º76.58%61.96%-
XYZ15.438.864.39-
YUV75.12116.09187.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.45%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=63.45%
G=14.86%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158375400.770.660.38351.5762.0538.24
Hex9E253604D42261603e26
Octal23645660115102465407646
Binary10011110100101110110010011011000010100110101100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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