#9F1A30

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

Shades of Bright Red #9F1A30

Tints of Bright Red #9F1A30

Color information

#9F1A30 (or 0x9F1A30) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 30. RGB value is (159,26,48). Sum of RGB (Red+Green+Blue) = 159+26+48=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A30 is #60E5CF. Grayscale: #444444. Windows color (decimal): -6350288 or 3152543. OLE color: 3152543.

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

Color convert

RGB1592648-
CMYK00.840.700.38
HSL350.08º71.89%36.27%-
HSV(B)350.08º83.65%62.35%-
XYZ15.28.323.6-
YUV68.27116.56192.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=68.24%
G=11.16%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159264800.840.700.38350.0871.8936.27
Hex9F1A30054462615e4824
Octal237326001241064653611044
Binary10011111110101100000101010010001101001101010111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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