#9E0E38

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

Shades of Bright Red #9E0E38

Tints of Bright Red #9E0E38

Color information

#9E0E38 (or 0x9E0E38) is unknown color: approx Bright Red. HEX triplet: 9E, 0E and 38. RGB value is (158,14,56). Sum of RGB (Red+Green+Blue) = 158+14+56=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E38 is #61F1C7. Grayscale: #3D3D3D. Windows color (decimal): -6418888 or 3673758. OLE color: 3673758.

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

Color convert

RGB1581456-
CMYK00.910.650.38
HSL342.5º83.72%33.73%-
HSV(B)342.5º91.14%61.96%-
XYZ14.977.874.47-
YUV61.84124.71196.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.30%
GREEN value IS 14 (5.86% from 255) = 6.14%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=69.30%
G=6.14%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158145600.910.650.38342.583.7233.73
Hex9EE3805B41261565422
Octal236167001331014652612442
Binary1001111011101110000101101110000011001101010101101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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