#9D1E27

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

Shades of Bright Red #9D1E27

Tints of Bright Red #9D1E27

Color information

#9D1E27 (or 0x9D1E27) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 27. RGB value is (157,30,39). Sum of RGB (Red+Green+Blue) = 157+30+39=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E27 is #62E1D8. Grayscale: #454545. Windows color (decimal): -6480345 or 2563741. OLE color: 2563741.

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

Color convert

RGB1573039-
CMYK00.810.750.38
HSL355.75º67.91%36.67%-
HSV(B)355.75º80.89%61.57%-
XYZ14.748.242.73-
YUV69111.08190.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.47%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=69.47%
G=13.27%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157303900.810.750.38355.7567.9136.67
Hex9D1E270514B261644425
Octal235364701211134654410445
Binary10011101111101001110101000110010111001101011001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,39); }

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

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

 a { background-color: rgb(157,30,39); }

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

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

 span { border-color: rgb(157,30,39); }

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