#9D133C

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

Shades of Bright Red #9D133C

Tints of Bright Red #9D133C

Color information

#9D133C (or 0x9D133C) is unknown color: approx Bright Red. HEX triplet: 9D, 13 and 3C. RGB value is (157,19,60). Sum of RGB (Red+Green+Blue) = 157+19+60=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D133C is #62ECC3. Grayscale: #404040. Windows color (decimal): -6483140 or 3937181. OLE color: 3937181.

HSL color Cylindrical-coordinate representation of color #9D133C: hue angle of 342.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D133C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1571960-
CMYK00.880.620.38
HSL342.17º78.41%34.51%-
HSV(B)342.17º87.9%61.57%-
XYZ14.957.965.02-
YUV64.94125.22193.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.53%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=66.53%
G=8.05%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157196000.880.620.38342.1778.4134.51
Hex9D133C0583E261564e23
Octal23523740130764652611643
Binary1001110110011111100010110001111101001101010101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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