#9D182E

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

Shades of Bright Red #9D182E

Tints of Bright Red #9D182E

Color information

#9D182E (or 0x9D182E) is unknown color: approx Bright Red. HEX triplet: 9D, 18 and 2E. RGB value is (157,24,46). Sum of RGB (Red+Green+Blue) = 157+24+46=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D182E is #62E7D1. Grayscale: #424242. Windows color (decimal): -6481874 or 3020957. OLE color: 3020957.

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

Color convert

RGB1572446-
CMYK00.850.710.38
HSL350.08º73.48%35.49%-
HSV(B)350.08º84.71%61.57%-
XYZ14.728.023.36-
YUV66.28116.56192.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.16%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=69.16%
G=10.57%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157244600.850.710.38350.0873.4835.49
Hex9D182E055472615e4923
Octal235305601251074653611143
Binary10011101110001011100101010110001111001101010111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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