#9D1C3F

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

Shades of Bright Red #9D1C3F

Tints of Bright Red #9D1C3F

Color information

#9D1C3F (or 0x9D1C3F) is unknown color: approx Bright Red. HEX triplet: 9D, 1C and 3F. RGB value is (157,28,63). Sum of RGB (Red+Green+Blue) = 157+28+63=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C3F is #62E3C0. Grayscale: #464646. Windows color (decimal): -6480833 or 4136093. OLE color: 4136093.

HSL color Cylindrical-coordinate representation of color #9D1C3F: hue angle of 343.72º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C3F is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1572863-
CMYK00.820.600.38
HSL343.72º69.73%36.27%-
HSV(B)343.72º82.17%61.57%-
XYZ15.228.365.51-
YUV70.56123.74189.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 63 (25% from 255) = 25.40%
R=63.31%
G=11.29%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157286300.820.600.38343.7269.7336.27
Hex9D1C3F0523C261584624
Octal23534770122744653010644
Binary1001110111100111111010100101111001001101010110001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,28,63); }

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

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

 a { background-color: rgb(157,28,63); }

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

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

 span { border-color: rgb(157,28,63); }

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