#9C252B

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

Shades of Bright Red #9C252B

Tints of Bright Red #9C252B

Color information

#9C252B (or 0x9C252B) is unknown color: approx Bright Red. HEX triplet: 9C, 25 and 2B. RGB value is (156,37,43). Sum of RGB (Red+Green+Blue) = 156+37+43=236 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.10% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 156 - color contains mainly: red. Hex color #9C252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C252B is #63DAD4. Grayscale: #494949. Windows color (decimal): -6544085 or 2827676. OLE color: 2827676.

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

Color convert

RGB1563743-
CMYK00.760.720.39
HSL356.97º61.66%37.84%-
HSV(B)356.97º76.28%61.18%-
XYZ14.818.573.16-
YUV73.26110.92187.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 66.10%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=66.10%
G=15.68%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156374300.760.720.39356.9761.6637.84
Hex9C252B04C48271653e26
Octal23445530114110475457646
Binary10011100100101101011010011001001000100111101100101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,37,43); }

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

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

 a { background-color: rgb(156,37,43); }

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

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

 span { border-color: rgb(156,37,43); }

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