#9D1E3A

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

Shades of Bright Red #9D1E3A

Tints of Bright Red #9D1E3A

Color information

#9D1E3A (or 0x9D1E3A) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 3A. RGB value is (157,30,58). Sum of RGB (Red+Green+Blue) = 157+30+58=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E3A is #62E1C5. Grayscale: #474747. Windows color (decimal): -6480326 or 3808925. OLE color: 3808925.

HSL color Cylindrical-coordinate representation of color #9D1E3A: hue angle of 346.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E3A is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB1573058-
CMYK00.810.630.38
HSL346.77º67.91%36.67%-
HSV(B)346.77º80.89%61.57%-
XYZ15.138.44.83-
YUV71.16120.58189.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.08%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=64.08%
G=12.24%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157305800.810.630.38346.7767.9136.67
Hex9D1E3A0513F2615b4425
Octal23536720121774653310445
Binary1001110111110111010010100011111111001101010110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,58); }

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

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

 a { background-color: rgb(157,30,58); }

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

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

 span { border-color: rgb(157,30,58); }

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