#9A0E39

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

Shades of Bright Red #9A0E39

Tints of Bright Red #9A0E39

Color information

#9A0E39 (or 0x9A0E39) is unknown color: approx Bright Red. HEX triplet: 9A, 0E and 39. RGB value is (154,14,57). Sum of RGB (Red+Green+Blue) = 154+14+57=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0E39 is #65F1C6. Grayscale: #3C3C3C. Windows color (decimal): -6681031 or 3739290. OLE color: 3739290.

HSL color Cylindrical-coordinate representation of color #9A0E39: hue angle of 341.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E39 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB1541457-
CMYK00.910.630.40
HSL341.57º83.33%32.94%-
HSV(B)341.57º90.91%60.39%-
XYZ14.227.484.57-
YUV60.76125.88194.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.44%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=68.44%
G=6.22%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154145700.910.630.40341.5783.3332.94
Hex9AE3905B3F281565321
Octal23216710133775052612341
Binary100110101110111001010110111111111010001010101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,14,57); }

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

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

 a { background-color: rgb(154,14,57); }

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

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

 span { border-color: rgb(154,14,57); }

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