#9C273A

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

Shades of Bright Red #9C273A

Tints of Bright Red #9C273A

Color information

#9C273A (or 0x9C273A) is unknown color: approx Bright Red. HEX triplet: 9C, 27 and 3A. RGB value is (156,39,58). Sum of RGB (Red+Green+Blue) = 156+39+58=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C273A is #63D8C5. Grayscale: #4C4C4C. Windows color (decimal): -6543558 or 3811228. OLE color: 3811228.

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

Color convert

RGB1563958-
CMYK00.750.630.39
HSL350.26º60%38.24%-
HSV(B)350.26º75%61.18%-
XYZ15.28.824.91-
YUV76.15117.76184.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=61.66%
G=15.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156395800.750.630.39350.266038.24
Hex9C273A04B3F2715e3c26
Octal2344772011377475367446
Binary1001110010011111101001001011111111100111101011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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