#9D203E

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

Shades of Bright Red #9D203E

Tints of Bright Red #9D203E

Color information

#9D203E (or 0x9D203E) is unknown color: approx Bright Red. HEX triplet: 9D, 20 and 3E. RGB value is (157,32,62). Sum of RGB (Red+Green+Blue) = 157+32+62=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D203E is #62DFC1. Grayscale: #484848. Windows color (decimal): -6479810 or 4071581. OLE color: 4071581.

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

Color convert

RGB1573262-
CMYK00.800.610.38
HSL345.6º66.14%37.06%-
HSV(B)345.6º79.62%61.57%-
XYZ15.298.555.4-
YUV72.8121.91188.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=62.55%
G=12.75%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157326200.800.610.38345.666.1437.06
Hex9D203E0503D2615a4225
Octal23540760120754653210245
Binary10011101100000111110010100001111011001101010110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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