#9C2035

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

Shades of Bright Red #9C2035

Tints of Bright Red #9C2035

Color information

#9C2035 (or 0x9C2035) is unknown color: approx Bright Red. HEX triplet: 9C, 20 and 35. RGB value is (156,32,53). Sum of RGB (Red+Green+Blue) = 156+32+53=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2035 is #63DFCA. Grayscale: #474747. Windows color (decimal): -6545355 or 3481756. OLE color: 3481756.

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

Color convert

RGB1563253-
CMYK00.790.660.39
HSL349.84º65.96%36.86%-
HSV(B)349.84º79.49%61.18%-
XYZ14.878.364.2-
YUV71.47117.58188.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.73%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=64.73%
G=13.28%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156325300.790.660.39349.8465.9636.86
Hex9C203504F422715e4225
Octal234406501171024753610245
Binary100111001000001101010100111110000101001111010111101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,32,53); }

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

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

 a { background-color: rgb(156,32,53); }

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

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

 span { border-color: rgb(156,32,53); }

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