#9D2942

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

Shades of Bright Red #9D2942

Tints of Bright Red #9D2942

Color information

#9D2942 (or 0x9D2942) is unknown color: approx Bright Red. HEX triplet: 9D, 29 and 42. RGB value is (157,41,66). Sum of RGB (Red+Green+Blue) = 157+41+66=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2942 is #62D6BD. Grayscale: #4E4E4E. Windows color (decimal): -6477502 or 4336029. OLE color: 4336029.

HSL color Cylindrical-coordinate representation of color #9D2942: hue angle of 347.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D2942 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1574166-
CMYK00.740.580.38
HSL347.07º58.59%38.82%-
HSV(B)347.07º73.89%61.57%-
XYZ15.689.156.09-
YUV78.53120.93183.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.47%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 66 (26.17% from 255) = 25%
R=59.47%
G=15.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157416600.740.580.38347.0758.5938.82
Hex9D294204A3A2615b3b27
Octal23551102011272465337347
Binary10011101101001100001001001010111010100110101011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,41,66); }

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

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

 a { background-color: rgb(157,41,66); }

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

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

 span { border-color: rgb(157,41,66); }

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