#9e1e38

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

Shades of Bright Red #9E1E38

Tints of Bright Red #9E1E38

Color information

#9E1E38 (or 0x9E1E38) is unknown color: approx Bright Red. HEX triplet: 9E, 1E and 38. RGB value is (158,30,56). Sum of RGB (Red+Green+Blue) = 158+30+56=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E38 is #61E1C7. Grayscale: #474747. Windows color (decimal): -6414792 or 3677854. OLE color: 3677854.

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

Color convert

RGB1583056-
CMYK00.810.650.38
HSL347.81º68.09%36.86%-
HSV(B)347.81º81.01%61.96%-
XYZ15.288.484.57-
YUV71.24119.41189.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=64.75%
G=12.30%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158305600.810.650.38347.8168.0936.86
Hex9E1E38051412615c4425
Octal236367001211014653410445
Binary10011110111101110000101000110000011001101010111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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