#9C213C

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

Shades of Bright Red #9C213C

Tints of Bright Red #9C213C

Color information

#9C213C (or 0x9C213C) is unknown color: approx Bright Red. HEX triplet: 9C, 21 and 3C. RGB value is (156,33,60). Sum of RGB (Red+Green+Blue) = 156+33+60=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C213C is #63DEC3. Grayscale: #484848. Windows color (decimal): -6545092 or 3940764. OLE color: 3940764.

HSL color Cylindrical-coordinate representation of color #9C213C: hue angle of 346.83º degrees, saturation: 0.65, 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 #9C213C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1563360-
CMYK00.790.620.39
HSL346.83º65.08%37.06%-
HSV(B)346.83º78.85%61.18%-
XYZ15.078.485.12-
YUV72.86120.75187.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=62.65%
G=13.25%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156336000.790.620.39346.8365.0837.06
Hex9C213C04F3E2715b4125
Octal23441740117764753310145
Binary10011100100001111100010011111111101001111010110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,60); }

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

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

 a { background-color: rgb(156,33,60); }

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

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

 span { border-color: rgb(156,33,60); }

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