#9C2739

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

Shades of Bright Red #9C2739

Tints of Bright Red #9C2739

Color information

#9C2739 (or 0x9C2739) is unknown color: approx Bright Red. HEX triplet: 9C, 27 and 39. RGB value is (156,39,57). Sum of RGB (Red+Green+Blue) = 156+39+57=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2739 is #63D8C6. Grayscale: #4C4C4C. Windows color (decimal): -6543559 or 3745692. OLE color: 3745692.

HSL color Cylindrical-coordinate representation of color #9C2739: hue angle of 350.77º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2739 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1563957-
CMYK00.750.630.39
HSL350.77º60%38.24%-
HSV(B)350.77º75%61.18%-
XYZ15.178.814.77-
YUV76.04117.26185.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.90%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=61.90%
G=15.48%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156395700.750.630.39350.776038.24
Hex9C273904B3F2715f3c26
Octal2344771011377475377446
Binary1001110010011111100101001011111111100111101011111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,39,57); }

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

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

 a { background-color: rgb(156,39,57); }

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

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

 span { border-color: rgb(156,39,57); }

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