#9C2427

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

Shades of Bright Red #9C2427

Tints of Bright Red #9C2427

Color information

#9C2427 (or 0x9C2427) is unknown color: approx Bright Red. HEX triplet: 9C, 24 and 27. RGB value is (156,36,39). Sum of RGB (Red+Green+Blue) = 156+36+39=231 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.53% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2427 is #63DBD8. Grayscale: #484848. Windows color (decimal): -6544345 or 2565276. OLE color: 2565276.

HSL color Cylindrical-coordinate representation of color #9C2427: hue angle of 358.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 #9C2427 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1563639-
CMYK00.770.750.39
HSL358.5º62.5%37.65%-
HSV(B)358.5º76.92%61.18%-
XYZ14.718.482.78-
YUV72.22109.26187.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.53%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=67.53%
G=15.58%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156363900.770.750.39358.562.537.65
Hex9C242704D4B271663e26
Octal23444470115113475467646
Binary10011100100100100111010011011001011100111101100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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