#9F1B30

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

Shades of Bright Red #9F1B30

Tints of Bright Red #9F1B30

Color information

#9F1B30 (or 0x9F1B30) is unknown color: approx Bright Red. HEX triplet: 9F, 1B and 30. RGB value is (159,27,48). Sum of RGB (Red+Green+Blue) = 159+27+48=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B30 is #60E4CF. Grayscale: #444444. Windows color (decimal): -6350032 or 3152799. OLE color: 3152799.

HSL color Cylindrical-coordinate representation of color #9F1B30: hue angle of 350.45º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B30 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1592748-
CMYK00.830.700.38
HSL350.45º70.97%36.47%-
HSV(B)350.45º83.02%62.35%-
XYZ15.228.373.61-
YUV68.86116.23192.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=67.95%
G=11.54%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159274800.830.700.38350.4570.9736.47
Hex9F1B30053462615e4724
Octal237336001231064653610744
Binary10011111110111100000101001110001101001101010111101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,27,48); }

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

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

 a { background-color: rgb(159,27,48); }

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

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

 span { border-color: rgb(159,27,48); }

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