#9F0E39

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

Shades of Bright Red #9F0E39

Tints of Bright Red #9F0E39

Color information

#9F0E39 (or 0x9F0E39) is unknown color: approx Bright Red. HEX triplet: 9F, 0E and 39. RGB value is (159,14,57). Sum of RGB (Red+Green+Blue) = 159+14+57=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E39 is #60F1C6. Grayscale: #3E3E3E. Windows color (decimal): -6353351 or 3739295. OLE color: 3739295.

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

Color convert

RGB1591457-
CMYK00.910.640.38
HSL342.21º83.82%33.92%-
HSV(B)342.21º91.19%62.35%-
XYZ15.197.984.61-
YUV62.26125.04197-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.13%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=69.13%
G=6.09%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159145700.910.640.38342.2183.8233.92
Hex9FE3905B40261565422
Octal237167101331004652612442
Binary1001111111101110010101101110000001001101010101101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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