#9D203C

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

Shades of Bright Red #9D203C

Tints of Bright Red #9D203C

Color information

#9D203C (or 0x9D203C) is unknown color: approx Bright Red. HEX triplet: 9D, 20 and 3C. RGB value is (157,32,60). Sum of RGB (Red+Green+Blue) = 157+32+60=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D203C is #62DFC3. Grayscale: #484848. Windows color (decimal): -6479812 or 3940509. OLE color: 3940509.

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

Color convert

RGB1573260-
CMYK00.800.620.38
HSL346.56º66.14%37.06%-
HSV(B)346.56º79.62%61.57%-
XYZ15.248.535.12-
YUV72.57120.91188.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=63.05%
G=12.85%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157326000.800.620.38346.5666.1437.06
Hex9D203C0503E2615b4225
Octal23540740120764653310245
Binary10011101100000111100010100001111101001101010110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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