#9F2739

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

Shades of Bright Red #9F2739

Tints of Bright Red #9F2739

Color information

#9F2739 (or 0x9F2739) is unknown color: approx Bright Red. HEX triplet: 9F, 27 and 39. RGB value is (159,39,57). Sum of RGB (Red+Green+Blue) = 159+39+57=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2739 is #60D8C6. Grayscale: #4C4C4C. Windows color (decimal): -6346951 or 3745695. OLE color: 3745695.

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

Color convert

RGB1593957-
CMYK00.750.640.38
HSL351º60.61%38.82%-
HSV(B)351º75.47%62.35%-
XYZ15.769.124.8-
YUV76.93116.76186.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.35%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=62.35%
G=15.29%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159395700.750.640.3835160.6138.82
Hex9F273904B402615f3d27
Octal23747710113100465377547
Binary10011111100111111001010010111000000100110101011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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