#9F1F2A

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

Shades of Bright Red #9F1F2A

Tints of Bright Red #9F1F2A

Color information

#9F1F2A (or 0x9F1F2A) is unknown color: approx Bright Red. HEX triplet: 9F, 1F and 2A. RGB value is (159,31,42). Sum of RGB (Red+Green+Blue) = 159+31+42=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F2A is #60E0D5. Grayscale: #464646. Windows color (decimal): -6349014 or 2760607. OLE color: 2760607.

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

Color convert

RGB1593142-
CMYK00.810.740.38
HSL354.84º67.37%37.25%-
HSV(B)354.84º80.5%62.35%-
XYZ15.218.523.03-
YUV70.53111.91191.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.53%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=68.53%
G=13.36%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159314200.810.740.38354.8467.3737.25
Hex9F1F2A0514A261634325
Octal237375201211124654310345
Binary10011111111111010100101000110010101001101011000111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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