#9C2122

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

Shades of Bright Red #9C2122

Tints of Bright Red #9C2122

Color information

#9C2122 (or 0x9C2122) is unknown color: approx Bright Red. HEX triplet: 9C, 21 and 22. RGB value is (156,33,34). Sum of RGB (Red+Green+Blue) = 156+33+34=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2122 is #63DEDD. Grayscale: #464646. Windows color (decimal): -6545118 or 2236828. OLE color: 2236828.

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

Color convert

RGB1563334-
CMYK00.790.780.39
HSL359.51º65.08%37.06%-
HSV(B)359.51º78.85%61.18%-
XYZ14.548.272.34-
YUV69.89107.75189.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=69.96%
G=14.80%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156333400.790.780.39359.5165.0837.06
Hex9C212204F4E271684125
Octal234414201171164755010145
Binary100111001000011000100100111110011101001111011010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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