#9C142F

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

Shades of Bright Red #9C142F

Tints of Bright Red #9C142F

Color information

#9C142F (or 0x9C142F) is unknown color: approx Bright Red. HEX triplet: 9C, 14 and 2F. RGB value is (156,20,47). Sum of RGB (Red+Green+Blue) = 156+20+47=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C142F is #63EBD0. Grayscale: #3F3F3F. Windows color (decimal): -6548433 or 3085468. OLE color: 3085468.

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

Color convert

RGB1562047-
CMYK00.870.700.39
HSL348.09º77.27%34.51%-
HSV(B)348.09º87.18%61.18%-
XYZ14.477.773.43-
YUV63.74118.56193.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=69.96%
G=8.97%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156204700.870.700.39348.0977.2734.51
Hex9C142F057462715c4d23
Octal234245701271064753411543
Binary10011100101001011110101011110001101001111010111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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