#9E233F

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

Shades of Bright Red #9E233F

Tints of Bright Red #9E233F

Color information

#9E233F (or 0x9E233F) is unknown color: approx Bright Red. HEX triplet: 9E, 23 and 3F. RGB value is (158,35,63). Sum of RGB (Red+Green+Blue) = 158+35+63=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E233F is #61DCC0. Grayscale: #4A4A4A. Windows color (decimal): -6413505 or 4137886. OLE color: 4137886.

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

Color convert

RGB1583563-
CMYK00.780.600.38
HSL346.34º63.73%37.84%-
HSV(B)346.34º77.85%61.96%-
XYZ15.68.835.58-
YUV74.97121.25187.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 63 (25% from 255) = 24.61%
R=61.72%
G=13.67%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158356300.780.600.38346.3463.7337.84
Hex9E233F04E3C2615a4026
Octal23643770116744653210046
Binary10011110100011111111010011101111001001101010110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,35,63); }

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

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

 a { background-color: rgb(158,35,63); }

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

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

 span { border-color: rgb(158,35,63); }

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