#9d202c

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

Shades of Bright Red #9D202C

Tints of Bright Red #9D202C

Color information

#9D202C (or 0x9D202C) is unknown color: approx Bright Red. HEX triplet: 9D, 20 and 2C. RGB value is (157,32,44). Sum of RGB (Red+Green+Blue) = 157+32+44=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D202C is #62DFD3. Grayscale: #464646. Windows color (decimal): -6479828 or 2891933. OLE color: 2891933.

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

Color convert

RGB1573244-
CMYK00.800.720.38
HSL354.24º66.14%37.06%-
HSV(B)354.24º79.62%61.57%-
XYZ14.888.383.22-
YUV70.74112.91189.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.38%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=67.38%
G=13.73%
B=18.88%

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
Decimal157324400.800.720.38354.2466.1437.06
Hex9D202C05048261624225
Octal235405401201104654210245
Binary100111011000001011000101000010010001001101011000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d202c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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