#9C293E

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

Shades of Bright Red #9C293E

Tints of Bright Red #9C293E

Color information

#9C293E (or 0x9C293E) is unknown color: approx Bright Red. HEX triplet: 9C, 29 and 3E. RGB value is (156,41,62). Sum of RGB (Red+Green+Blue) = 156+41+62=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C293E is #63D6C1. Grayscale: #4D4D4D. Windows color (decimal): -6543042 or 4073884. OLE color: 4073884.

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

Color convert

RGB1564162-
CMYK00.740.600.39
HSL349.04º58.38%38.63%-
HSV(B)349.04º73.72%61.18%-
XYZ15.3795.48-
YUV77.78119.1183.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=60.23%
G=15.83%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156416200.740.600.39349.0458.3838.63
Hex9C293E04A3C2715d3a27
Octal2345176011274475357247
Binary1001110010100111111001001010111100100111101011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,62); }

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

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

 a { background-color: rgb(156,41,62); }

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

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

 span { border-color: rgb(156,41,62); }

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