#9D182F

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

Shades of Bright Red #9D182F

Tints of Bright Red #9D182F

Color information

#9D182F (or 0x9D182F) is unknown color: approx Bright Red. HEX triplet: 9D, 18 and 2F. RGB value is (157,24,47). Sum of RGB (Red+Green+Blue) = 157+24+47=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D182F is #62E7D0. Grayscale: #424242. Windows color (decimal): -6481873 or 3086493. OLE color: 3086493.

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

Color convert

RGB1572447-
CMYK00.850.700.38
HSL349.62º73.48%35.49%-
HSV(B)349.62º84.71%61.57%-
XYZ14.748.033.46-
YUV66.39117.06192.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.86%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=68.86%
G=10.53%
B=20.61%

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
Decimal157244700.850.700.38349.6273.4835.49
Hex9D182F055462615e4923
Octal235305701251064653611143
Binary10011101110001011110101010110001101001101010111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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