#9D1C22

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

Shades of Bright Red #9D1C22

Tints of Bright Red #9D1C22

Color information

#9D1C22 (or 0x9D1C22) is unknown color: approx Bright Red. HEX triplet: 9D, 1C and 22. RGB value is (157,28,34). Sum of RGB (Red+Green+Blue) = 157+28+34=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C22 is #62E3DD. Grayscale: #434343. Windows color (decimal): -6480862 or 2235549. OLE color: 2235549.

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

Color convert

RGB1572834-
CMYK00.820.780.38
HSL357.21º69.73%36.27%-
HSV(B)357.21º82.17%61.57%-
XYZ14.618.112.31-
YUV67.26109.24192.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.69%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=71.69%
G=12.79%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157283400.820.780.38357.2169.7336.27
Hex9D1C220524E261654624
Octal235344201221164654510644
Binary10011101111001000100101001010011101001101011001011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,28,34); }

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

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

 a { background-color: rgb(157,28,34); }

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

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

 span { border-color: rgb(157,28,34); }

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