#9D172F

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

Shades of Bright Red #9D172F

Tints of Bright Red #9D172F

Color information

#9D172F (or 0x9D172F) is unknown color: approx Bright Red. HEX triplet: 9D, 17 and 2F. RGB value is (157,23,47). Sum of RGB (Red+Green+Blue) = 157+23+47=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D172F is #62E8D0. Grayscale: #414141. Windows color (decimal): -6482129 or 3086237. OLE color: 3086237.

HSL color Cylindrical-coordinate representation of color #9D172F: hue angle of 349.25º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D172F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1572347-
CMYK00.850.700.38
HSL349.25º74.44%35.29%-
HSV(B)349.25º85.35%61.57%-
XYZ14.727.993.45-
YUV65.8117.39193.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.16%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=69.16%
G=10.13%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157234700.850.700.38349.2574.4435.29
Hex9D172F055462615d4a23
Octal235275701251064653511243
Binary10011101101111011110101010110001101001101010111011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,23,47); }

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

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

 a { background-color: rgb(157,23,47); }

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

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

 span { border-color: rgb(157,23,47); }

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