#9C143D

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

Shades of Bright Red #9C143D

Tints of Bright Red #9C143D

Color information

#9C143D (or 0x9C143D) is unknown color: approx Bright Red. HEX triplet: 9C, 14 and 3D. RGB value is (156,20,61). Sum of RGB (Red+Green+Blue) = 156+20+61=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C143D is #63EBC2. Grayscale: #414141. Windows color (decimal): -6548419 or 4002972. OLE color: 4002972.

HSL color Cylindrical-coordinate representation of color #9C143D: hue angle of 341.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C143D is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1562061-
CMYK00.870.610.39
HSL341.91º77.27%34.51%-
HSV(B)341.91º87.18%61.18%-
XYZ14.87.915.16-
YUV65.34125.56192.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=65.82%
G=8.44%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156206100.870.610.39341.9177.2734.51
Hex9C143D0573D271564d23
Octal23424750127754752611543
Binary1001110010100111101010101111111011001111010101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,20,61); }

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

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

 a { background-color: rgb(156,20,61); }

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

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

 span { border-color: rgb(156,20,61); }

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