#9D2541

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

Shades of Bright Red #9D2541

Tints of Bright Red #9D2541

Color information

#9D2541 (or 0x9D2541) is unknown color: approx Bright Red. HEX triplet: 9D, 25 and 41. RGB value is (157,37,65). Sum of RGB (Red+Green+Blue) = 157+37+65=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2541 is #62DABE. Grayscale: #4C4C4C. Windows color (decimal): -6478527 or 4269469. OLE color: 4269469.

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

Color convert

RGB1573765-
CMYK00.760.590.38
HSL346º61.86%38.04%-
HSV(B)346º76.43%61.57%-
XYZ15.528.875.9-
YUV76.07121.76185.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=60.62%
G=14.29%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157376500.760.590.3834661.8638.04
Hex9D254104C3B2615a3e26
Octal23545101011473465327646
Binary10011101100101100000101001100111011100110101011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,37,65); }

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

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

 a { background-color: rgb(157,37,65); }

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

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

 span { border-color: rgb(157,37,65); }

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