#9D1B21

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

Shades of Bright Red #9D1B21

Tints of Bright Red #9D1B21

Color information

#9D1B21 (or 0x9D1B21) is unknown color: approx Bright Red. HEX triplet: 9D, 1B and 21. RGB value is (157,27,33). Sum of RGB (Red+Green+Blue) = 157+27+33=217 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.35% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1B21 is #62E4DE. Grayscale: #424242. Windows color (decimal): -6481119 or 2169757. OLE color: 2169757.

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

Color convert

RGB1572733-
CMYK00.830.790.38
HSL357.23º70.65%36.08%-
HSV(B)357.23º82.8%61.57%-
XYZ14.578.062.23-
YUV66.55109.07192.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 72.35%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=72.35%
G=12.44%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157273300.830.790.38357.2370.6536.08
Hex9D1B210534F261654724
Octal235334101231174654510744
Binary10011101110111000010101001110011111001101011001011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,33); }

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

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

 a { background-color: rgb(157,27,33); }

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

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

 span { border-color: rgb(157,27,33); }

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