#9D1B23

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

Shades of Bright Red #9D1B23

Tints of Bright Red #9D1B23

Color information

#9D1B23 (or 0x9D1B23) is unknown color: approx Bright Red. HEX triplet: 9D, 1B and 23. RGB value is (157,27,35). Sum of RGB (Red+Green+Blue) = 157+27+35=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1B23 is #62E4DC. Grayscale: #424242. Windows color (decimal): -6481117 or 2300829. OLE color: 2300829.

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

Color convert

RGB1572735-
CMYK00.830.780.38
HSL356.31º70.65%36.08%-
HSV(B)356.31º82.8%61.57%-
XYZ14.68.072.38-
YUV66.78110.07192.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 71.69%
GREEN value IS 27 (10.94% from 255) = 12.33%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=71.69%
G=12.33%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157273500.830.780.38356.3170.6536.08
Hex9D1B230534E261644724
Octal235334301231164654410744
Binary10011101110111000110101001110011101001101011001001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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