#9C2429

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

Shades of Bright Red #9C2429

Tints of Bright Red #9C2429

Color information

#9C2429 (or 0x9C2429) is unknown color: approx Bright Red. HEX triplet: 9C, 24 and 29. RGB value is (156,36,41). Sum of RGB (Red+Green+Blue) = 156+36+41=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2429 is #63DBD6. Grayscale: #484848. Windows color (decimal): -6544343 or 2696348. OLE color: 2696348.

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

Color convert

RGB1563641-
CMYK00.770.740.39
HSL357.5º62.5%37.65%-
HSV(B)357.5º76.92%61.18%-
XYZ14.748.492.96-
YUV72.45110.26187.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.95%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=66.95%
G=15.45%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156364100.770.740.39357.562.537.65
Hex9C242904D4A271663e26
Octal23444510115112475467646
Binary10011100100100101001010011011001010100111101100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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