#9C2437

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

Shades of Bright Red #9C2437

Tints of Bright Red #9C2437

Color information

#9C2437 (or 0x9C2437) is unknown color: approx Bright Red. HEX triplet: 9C, 24 and 37. RGB value is (156,36,55). Sum of RGB (Red+Green+Blue) = 156+36+55=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2437 is #63DBC8. Grayscale: #4A4A4A. Windows color (decimal): -6544329 or 3613852. OLE color: 3613852.

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

Color convert

RGB1563655-
CMYK00.770.650.39
HSL350.5º62.5%37.65%-
HSV(B)350.5º76.92%61.18%-
XYZ15.038.614.48-
YUV74.05117.26186.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=63.16%
G=14.57%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156365500.770.650.39350.562.537.65
Hex9C243704D412715e3e26
Octal23444670115101475367646
Binary10011100100100110111010011011000001100111101011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,36,55); }

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

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

 a { background-color: rgb(156,36,55); }

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

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

 span { border-color: rgb(156,36,55); }

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