#9C2327

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

Shades of Bright Red #9C2327

Tints of Bright Red #9C2327

Color information

#9C2327 (or 0x9C2327) is unknown color: approx Bright Red. HEX triplet: 9C, 23 and 27. RGB value is (156,35,39). Sum of RGB (Red+Green+Blue) = 156+35+39=230 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.83% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2327 is #63DCD8. Grayscale: #474747. Windows color (decimal): -6544601 or 2565020. OLE color: 2565020.

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

Color convert

RGB1563539-
CMYK00.780.750.39
HSL358.02º63.35%37.45%-
HSV(B)358.02º77.56%61.18%-
XYZ14.688.422.77-
YUV71.63109.59188.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.83%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=67.83%
G=15.22%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156353900.780.750.39358.0263.3537.45
Hex9C232704E4B271663f25
Octal23443470116113475467745
Binary10011100100011100111010011101001011100111101100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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