#9F213F

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

Shades of Bright Red #9F213F

Tints of Bright Red #9F213F

Color information

#9F213F (or 0x9F213F) is unknown color: approx Bright Red. HEX triplet: 9F, 21 and 3F. RGB value is (159,33,63). Sum of RGB (Red+Green+Blue) = 159+33+63=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F213F is #60DEC0. Grayscale: #4A4A4A. Windows color (decimal): -6348481 or 4137375. OLE color: 4137375.

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

Color convert

RGB1593363-
CMYK00.790.600.38
HSL345.71º65.62%37.65%-
HSV(B)345.71º79.25%62.35%-
XYZ15.748.825.58-
YUV74.09121.74188.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.35%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 63 (25% from 255) = 24.71%
R=62.35%
G=12.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159336300.790.600.38345.7165.6237.65
Hex9F213F04F3C2615a4226
Octal23741770117744653210246
Binary10011111100001111111010011111111001001101010110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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