#9C232D

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

Shades of Bright Red #9C232D

Tints of Bright Red #9C232D

Color information

#9C232D (or 0x9C232D) is unknown color: approx Bright Red. HEX triplet: 9C, 23 and 2D. RGB value is (156,35,45). Sum of RGB (Red+Green+Blue) = 156+35+45=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C232D is #63DCD2. Grayscale: #484848. Windows color (decimal): -6544595 or 2958236. OLE color: 2958236.

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

Color convert

RGB1563545-
CMYK00.780.710.39
HSL355.04º63.35%37.45%-
HSV(B)355.04º77.56%61.18%-
XYZ14.788.463.34-
YUV72.32112.59187.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=66.10%
G=14.83%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156354500.780.710.39355.0463.3537.45
Hex9C232D04E47271633f25
Octal23443550116107475437745
Binary10011100100011101101010011101000111100111101100011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,35,45); }

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

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

 a { background-color: rgb(156,35,45); }

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

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

 span { border-color: rgb(156,35,45); }

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