#9D2639

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

Shades of Bright Red #9D2639

Tints of Bright Red #9D2639

Color information

#9D2639 (or 0x9D2639) is unknown color: approx Bright Red. HEX triplet: 9D, 26 and 39. RGB value is (157,38,57). Sum of RGB (Red+Green+Blue) = 157+38+57=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2639 is #62D9C6. Grayscale: #4B4B4B. Windows color (decimal): -6478279 or 3745437. OLE color: 3745437.

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

Color convert

RGB1573857-
CMYK00.760.640.38
HSL350.42º61.03%38.24%-
HSV(B)350.42º75.8%61.57%-
XYZ15.348.854.77-
YUV75.75117.42185.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.30%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=62.30%
G=15.08%
B=22.62%

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
Decimal157385700.760.640.38350.4261.0338.24
Hex9D263904C402615e3d26
Octal23546710114100465367546
Binary10011101100110111001010011001000000100110101011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,57); }

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

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

 a { background-color: rgb(157,38,57); }

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

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

 span { border-color: rgb(157,38,57); }

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