#9E232D

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

Shades of Bright Red #9E232D

Tints of Bright Red #9E232D

Color information

#9E232D (or 0x9E232D) is unknown color: approx Bright Red. HEX triplet: 9E, 23 and 2D. RGB value is (158,35,45). Sum of RGB (Red+Green+Blue) = 158+35+45=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E232D is #61DCD2. Grayscale: #494949. Windows color (decimal): -6413523 or 2958238. OLE color: 2958238.

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

Color convert

RGB1583545-
CMYK00.780.720.38
HSL355.12º63.73%37.84%-
HSV(B)355.12º77.85%61.96%-
XYZ15.188.663.35-
YUV72.92112.25188.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.39%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=66.39%
G=14.71%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158354500.780.720.38355.1263.7337.84
Hex9E232D04E48261634026
Octal236435501161104654310046
Binary100111101000111011010100111010010001001101011000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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