#9D1E2E

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

Shades of Bright Red #9D1E2E

Tints of Bright Red #9D1E2E

Color information

#9D1E2E (or 0x9D1E2E) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 2E. RGB value is (157,30,46). Sum of RGB (Red+Green+Blue) = 157+30+46=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E2E is #62E1D1. Grayscale: #454545. Windows color (decimal): -6480338 or 3022493. OLE color: 3022493.

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

Color convert

RGB1573046-
CMYK00.810.710.38
HSL352.44º67.91%36.67%-
HSV(B)352.44º80.89%61.57%-
XYZ14.868.293.4-
YUV69.8114.58190.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.38%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=67.38%
G=12.88%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157304600.810.710.38352.4467.9136.67
Hex9D1E2E05147261604425
Octal235365601211074654010445
Binary10011101111101011100101000110001111001101011000001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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