#9F1C1F

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

Shades of Bright Red #9F1C1F

Tints of Bright Red #9F1C1F

Color information

#9F1C1F (or 0x9F1C1F) is unknown color: approx Bright Red. HEX triplet: 9F, 1C and 1F. RGB value is (159,28,31). Sum of RGB (Red+Green+Blue) = 159+28+31=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C1F is #60E3E0. Grayscale: #434343. Windows color (decimal): -6349793 or 2038943. OLE color: 2038943.

HSL color Cylindrical-coordinate representation of color #9F1C1F: hue angle of 358.63º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C1F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1592831-
CMYK00.820.810.38
HSL358.63º70.05%36.67%-
HSV(B)358.63º82.39%62.35%-
XYZ14.968.32.11-
YUV67.51107.4193.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.94%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=72.94%
G=12.84%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159283100.820.810.38358.6370.0536.67
Hex9F1C1F05251261674625
Octal237343701221214654710645
Binary1001111111100111110101001010100011001101011001111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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