#9F1A1C

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

Shades of Bright Red #9F1A1C

Tints of Bright Red #9F1A1C

Color information

#9F1A1C (or 0x9F1A1C) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 1C. RGB value is (159,26,28). Sum of RGB (Red+Green+Blue) = 159+26+28=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A1C is #60E5E3. Grayscale: #424242. Windows color (decimal): -6350308 or 1841823. OLE color: 1841823.

HSL color Cylindrical-coordinate representation of color #9F1A1C: hue angle of 359.1º 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 #9F1A1C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1592628-
CMYK00.840.820.38
HSL359.1º71.89%36.27%-
HSV(B)359.1º83.65%62.35%-
XYZ14.888.191.9-
YUV66106.56194.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 74.65%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=74.65%
G=12.21%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159262800.840.820.38359.171.8936.27
Hex9F1A1C05452261674824
Octal237323401241224654711044
Binary1001111111010111000101010010100101001101011001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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