#9D293D

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

Shades of Bright Red #9D293D

Tints of Bright Red #9D293D

Color information

#9D293D (or 0x9D293D) is unknown color: approx Bright Red. HEX triplet: 9D, 29 and 3D. RGB value is (157,41,61). Sum of RGB (Red+Green+Blue) = 157+41+61=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D293D is #62D6C2. Grayscale: #4D4D4D. Windows color (decimal): -6477507 or 4008349. OLE color: 4008349.

HSL color Cylindrical-coordinate representation of color #9D293D: hue angle of 349.66º 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 #9D293D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1574161-
CMYK00.740.610.38
HSL349.66º58.59%38.82%-
HSV(B)349.66º73.89%61.57%-
XYZ15.549.095.35-
YUV77.96118.43184.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=60.62%
G=15.83%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157416100.740.610.38349.6658.5938.82
Hex9D293D04A3D2615e3b27
Octal2355175011275465367347
Binary1001110110100111110101001010111101100110101011110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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