#9E133C

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

Shades of Bright Red #9E133C

Tints of Bright Red #9E133C

Color information

#9E133C (or 0x9E133C) is unknown color: approx Bright Red. HEX triplet: 9E, 13 and 3C. RGB value is (158,19,60). Sum of RGB (Red+Green+Blue) = 158+19+60=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E133C is #61ECC3. Grayscale: #414141. Windows color (decimal): -6417604 or 3937182. OLE color: 3937182.

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

Color convert

RGB1581960-
CMYK00.880.620.38
HSL342.3º78.53%34.71%-
HSV(B)342.3º87.97%61.96%-
XYZ15.158.065.03-
YUV65.24125.05194.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=66.67%
G=8.02%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158196000.880.620.38342.378.5334.71
Hex9E133C0583E261564f23
Octal23623740130764652611743
Binary1001111010011111100010110001111101001101010101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,60); }

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

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

 a { background-color: rgb(158,19,60); }

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

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

 span { border-color: rgb(158,19,60); }

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