#9F1F24

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

Shades of Bright Red #9F1F24

Tints of Bright Red #9F1F24

Color information

#9F1F24 (or 0x9F1F24) is unknown color: approx Bright Red. HEX triplet: 9F, 1F and 24. RGB value is (159,31,36). Sum of RGB (Red+Green+Blue) = 159+31+36=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F24 is #60E0DB. Grayscale: #454545. Windows color (decimal): -6349020 or 2367391. OLE color: 2367391.

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

Color convert

RGB1593136-
CMYK00.810.770.38
HSL357.66º67.37%37.25%-
HSV(B)357.66º80.5%62.35%-
XYZ15.118.482.51-
YUV69.84108.91191.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.35%
GREEN value IS 31 (12.5% from 255) = 13.72%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=70.35%
G=13.72%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159313600.810.770.38357.6667.3737.25
Hex9F1F240514D261664325
Octal237374401211154654610345
Binary10011111111111001000101000110011011001101011001101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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