#9D2538

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

Shades of Bright Red #9D2538

Tints of Bright Red #9D2538

Color information

#9D2538 (or 0x9D2538) is unknown color: approx Bright Red. HEX triplet: 9D, 25 and 38. RGB value is (157,37,56). Sum of RGB (Red+Green+Blue) = 157+37+56=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2538 is #62DAC7. Grayscale: #4B4B4B. Windows color (decimal): -6478536 or 3679645. OLE color: 3679645.

HSL color Cylindrical-coordinate representation of color #9D2538: hue angle of 350.5º 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 #9D2538 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB1573756-
CMYK00.760.640.38
HSL350.5º61.86%38.04%-
HSV(B)350.5º76.43%61.57%-
XYZ15.288.784.63-
YUV75.05117.26186.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.8%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=62.8%
G=14.8%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157375600.760.640.38350.561.8638.04
Hex9D253804C402615e3e26
Octal23545700114100465367646
Binary10011101100101111000010011001000000100110101011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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