#9D2B42

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

Shades of Bright Red #9D2B42

Tints of Bright Red #9D2B42

Color information

#9D2B42 (or 0x9D2B42) is unknown color: approx Bright Red. HEX triplet: 9D, 2B and 42. RGB value is (157,43,66). Sum of RGB (Red+Green+Blue) = 157+43+66=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2B42 is #62D4BD. Grayscale: #4F4F4F. Windows color (decimal): -6476990 or 4336541. OLE color: 4336541.

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

Color convert

RGB1574366-
CMYK00.730.580.38
HSL347.89º57%39.22%-
HSV(B)347.89º72.61%61.57%-
XYZ15.759.296.12-
YUV79.71120.27183.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.02%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=59.02%
G=16.17%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157436600.730.580.38347.895739.22
Hex9D2B420493A2615c3927
Octal23553102011172465347147
Binary10011101101011100001001001001111010100110101011100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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