#9F1F3F

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

Shades of Bright Red #9F1F3F

Tints of Bright Red #9F1F3F

Color information

#9F1F3F (or 0x9F1F3F) is unknown color: approx Bright Red. HEX triplet: 9F, 1F and 3F. RGB value is (159,31,63). Sum of RGB (Red+Green+Blue) = 159+31+63=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F3F is #60E0C0. Grayscale: #484848. Windows color (decimal): -6348993 or 4136863. OLE color: 4136863.

HSL color Cylindrical-coordinate representation of color #9F1F3F: hue angle of 345º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F3F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1593163-
CMYK00.810.600.38
HSL345º67.37%37.25%-
HSV(B)345º80.5%62.35%-
XYZ15.698.715.56-
YUV72.92122.41189.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.85%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 63 (25% from 255) = 24.90%
R=62.85%
G=12.25%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159316300.810.600.3834567.3737.25
Hex9F1F3F0513C261594325
Octal23737770121744653110345
Binary1001111111111111111010100011111001001101010110011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,31,63); }

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

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

 a { background-color: rgb(159,31,63); }

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

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

 span { border-color: rgb(159,31,63); }

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