#9E1638

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

Shades of Bright Red #9E1638

Tints of Bright Red #9E1638

Color information

#9E1638 (or 0x9E1638) is unknown color: approx Bright Red. HEX triplet: 9E, 16 and 38. RGB value is (158,22,56). Sum of RGB (Red+Green+Blue) = 158+22+56=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1638 is #61E9C7. Grayscale: #424242. Windows color (decimal): -6416840 or 3675806. OLE color: 3675806.

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

Color convert

RGB1582256-
CMYK00.860.650.38
HSL345º75.56%35.29%-
HSV(B)345º86.08%61.96%-
XYZ15.18.134.51-
YUV66.54122.06193.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=66.95%
G=9.32%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158225600.860.650.3834575.5635.29
Hex9E163805641261594c23
Octal236267001261014653111443
Binary10011110101101110000101011010000011001101010110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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