#9D1E2B

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

Shades of Bright Red #9D1E2B

Tints of Bright Red #9D1E2B

Color information

#9D1E2B (or 0x9D1E2B) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 2B. RGB value is (157,30,43). Sum of RGB (Red+Green+Blue) = 157+30+43=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E2B is #62E1D4. Grayscale: #454545. Windows color (decimal): -6480341 or 2825885. OLE color: 2825885.

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

Color convert

RGB1573043-
CMYK00.810.730.38
HSL353.86º67.91%36.67%-
HSV(B)353.86º80.89%61.57%-
XYZ14.88.273.1-
YUV69.46113.08190.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.26%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=68.26%
G=13.04%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157304300.810.730.38353.8667.9136.67
Hex9D1E2B05149261624425
Octal235365301211114654210445
Binary10011101111101010110101000110010011001101011000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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