#9C2631

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

Shades of Bright Red #9C2631

Tints of Bright Red #9C2631

Color information

#9C2631 (or 0x9C2631) is unknown color: approx Bright Red. HEX triplet: 9C, 26 and 31. RGB value is (156,38,49). Sum of RGB (Red+Green+Blue) = 156+38+49=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2631 is #63D9CE. Grayscale: #4A4A4A. Windows color (decimal): -6543823 or 3221148. OLE color: 3221148.

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

Color convert

RGB1563849-
CMYK00.760.690.39
HSL354.41º60.82%38.04%-
HSV(B)354.41º75.64%61.18%-
XYZ14.968.683.79-
YUV74.54113.59186.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.20%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=64.20%
G=15.64%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156384900.760.690.39354.4160.8238.04
Hex9C263104C45271623d26
Octal23446610114105475427546
Binary10011100100110110001010011001000101100111101100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,49); }

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

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

 a { background-color: rgb(156,38,49); }

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

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

 span { border-color: rgb(156,38,49); }

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