#9D143C

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

Shades of Bright Red #9D143C

Tints of Bright Red #9D143C

Color information

#9D143C (or 0x9D143C) is unknown color: approx Bright Red. HEX triplet: 9D, 14 and 3C. RGB value is (157,20,60). Sum of RGB (Red+Green+Blue) = 157+20+60=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D143C is #62EBC3. Grayscale: #414141. Windows color (decimal): -6482884 or 3937437. OLE color: 3937437.

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

Color convert

RGB1572060-
CMYK00.870.620.38
HSL342.48º77.4%34.71%-
HSV(B)342.48º87.26%61.57%-
XYZ14.977.995.03-
YUV65.52124.89193.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.24%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=66.24%
G=8.44%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157206000.870.620.38342.4877.434.71
Hex9D143C0573E261564d23
Octal23524740127764652611543
Binary1001110110100111100010101111111101001101010101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,20,60); }

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

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

 a { background-color: rgb(157,20,60); }

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

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

 span { border-color: rgb(157,20,60); }

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