#9C1F2D

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

Shades of Bright Red #9C1F2D

Tints of Bright Red #9C1F2D

Color information

#9C1F2D (or 0x9C1F2D) is unknown color: approx Bright Red. HEX triplet: 9C, 1F and 2D. RGB value is (156,31,45). Sum of RGB (Red+Green+Blue) = 156+31+45=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1F2D is #63E0D2. Grayscale: #464646. Windows color (decimal): -6545619 or 2957212. OLE color: 2957212.

HSL color Cylindrical-coordinate representation of color #9C1F2D: hue angle of 353.28º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F2D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1563145-
CMYK00.800.710.39
HSL353.28º66.84%36.67%-
HSV(B)353.28º80.13%61.18%-
XYZ14.678.243.3-
YUV69.97113.91189.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 67.24%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=67.24%
G=13.36%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156314500.800.710.39353.2866.8436.67
Hex9C1F2D05047271614325
Octal234375501201074754110345
Binary10011100111111011010101000010001111001111011000011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,31,45); }

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

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

 a { background-color: rgb(156,31,45); }

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

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

 span { border-color: rgb(156,31,45); }

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