#9f202a

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

Shades of Bright Red #9F202A

Tints of Bright Red #9F202A

Color information

#9F202A (or 0x9F202A) is unknown color: approx Bright Red. HEX triplet: 9F, 20 and 2A. RGB value is (159,32,42). Sum of RGB (Red+Green+Blue) = 159+32+42=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F202A is #60DFD5. Grayscale: #474747. Windows color (decimal): -6348758 or 2760863. OLE color: 2760863.

HSL color Cylindrical-coordinate representation of color #9F202A: hue angle of 355.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F202A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB1593242-
CMYK00.800.740.38
HSL355.28º66.49%37.45%-
HSV(B)355.28º79.87%62.35%-
XYZ15.238.573.04-
YUV71.11111.58190.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=68.24%
G=13.73%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159324200.800.740.38355.2866.4937.45
Hex9F202A0504A261634225
Octal237405201201124654310245
Binary100111111000001010100101000010010101001101011000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f202a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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