#9F202C

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

Shades of Bright Red #9F202C

Tints of Bright Red #9F202C

Color information

#9F202C (or 0x9F202C) is unknown color: approx Bright Red. HEX triplet: 9F, 20 and 2C. RGB value is (159,32,44). Sum of RGB (Red+Green+Blue) = 159+32+44=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F202C is #60DFD3. Grayscale: #474747. Windows color (decimal): -6348756 or 2891935. OLE color: 2891935.

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

Color convert

RGB1593244-
CMYK00.800.720.38
HSL354.33º66.49%37.45%-
HSV(B)354.33º79.87%62.35%-
XYZ15.278.593.24-
YUV71.34112.58190.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=67.66%
G=13.62%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159324400.800.720.38354.3366.4937.45
Hex9F202C05048261624225
Octal237405401201104654210245
Binary100111111000001011000101000010010001001101011000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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