#9F2741

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

Shades of Bright Red #9F2741

Tints of Bright Red #9F2741

Color information

#9F2741 (or 0x9F2741) is unknown color: approx Bright Red. HEX triplet: 9F, 27 and 41. RGB value is (159,39,65). Sum of RGB (Red+Green+Blue) = 159+39+65=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2741 is #60D8BE. Grayscale: #4D4D4D. Windows color (decimal): -6346943 or 4269983. OLE color: 4269983.

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

Color convert

RGB1593965-
CMYK00.750.590.38
HSL347º60.61%38.82%-
HSV(B)347º75.47%62.35%-
XYZ15.989.25.94-
YUV77.84120.76185.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.46%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=60.46%
G=14.83%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159396500.750.590.3834760.6138.82
Hex9F274104B3B2615b3d27
Octal23747101011373465337547
Binary10011111100111100000101001011111011100110101011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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