#9C213A

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

Shades of Bright Red #9C213A

Tints of Bright Red #9C213A

Color information

#9C213A (or 0x9C213A) is unknown color: approx Bright Red. HEX triplet: 9C, 21 and 3A. RGB value is (156,33,58). Sum of RGB (Red+Green+Blue) = 156+33+58=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C213A is #63DEC5. Grayscale: #484848. Windows color (decimal): -6545094 or 3809692. OLE color: 3809692.

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

Color convert

RGB1563358-
CMYK00.790.630.39
HSL347.8º65.08%37.06%-
HSV(B)347.8º78.85%61.18%-
XYZ15.028.464.84-
YUV72.63119.75187.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=63.16%
G=13.36%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156335800.790.630.39347.865.0837.06
Hex9C213A04F3F2715c4125
Octal23441720117774753410145
Binary10011100100001111010010011111111111001111010111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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