#9F2841

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

Shades of Bright Red #9F2841

Tints of Bright Red #9F2841

Color information

#9F2841 (or 0x9F2841) is unknown color: approx Bright Red. HEX triplet: 9F, 28 and 41. RGB value is (159,40,65). Sum of RGB (Red+Green+Blue) = 159+40+65=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2841 is #60D7BE. Grayscale: #4E4E4E. Windows color (decimal): -6346687 or 4270239. OLE color: 4270239.

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

Color convert

RGB1594065-
CMYK00.750.590.38
HSL347.39º59.8%39.02%-
HSV(B)347.39º74.84%62.35%-
XYZ16.019.275.95-
YUV78.43120.42185.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.23%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=60.23%
G=15.15%
B=24.62%

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
Decimal159406500.750.590.38347.3959.839.02
Hex9F284104B3B2615b3c27
Octal23750101011373465337447
Binary10011111101000100000101001011111011100110101011011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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