#9F1A1D

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

Shades of Bright Red #9F1A1D

Tints of Bright Red #9F1A1D

Color information

#9F1A1D (or 0x9F1A1D) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 1D. RGB value is (159,26,29). Sum of RGB (Red+Green+Blue) = 159+26+29=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A1D is #60E5E2. Grayscale: #424242. Windows color (decimal): -6350307 or 1907359. OLE color: 1907359.

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

Color convert

RGB1592629-
CMYK00.840.820.38
HSL358.65º71.89%36.27%-
HSV(B)358.65º83.65%62.35%-
XYZ14.898.21.96-
YUV66.11107.06194.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 74.30%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 29 (11.72% from 255) = 13.55%
R=74.30%
G=12.15%
B=13.55%

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
Decimal159262900.840.820.38358.6571.8936.27
Hex9F1A1D05452261674824
Octal237323501241224654711044
Binary1001111111010111010101010010100101001101011001111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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