#9D1E34

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

Shades of Bright Red #9D1E34

Tints of Bright Red #9D1E34

Color information

#9D1E34 (or 0x9D1E34) is unknown color: approx Bright Red. HEX triplet: 9D, 1E and 34. RGB value is (157,30,52). Sum of RGB (Red+Green+Blue) = 157+30+52=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E34 is #62E1CB. Grayscale: #464646. Windows color (decimal): -6480332 or 3415709. OLE color: 3415709.

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

Color convert

RGB1573052-
CMYK00.810.670.38
HSL349.61º67.91%36.67%-
HSV(B)349.61º80.89%61.57%-
XYZ14.998.344.07-
YUV70.48117.58189.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.69%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=65.69%
G=12.55%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157305200.810.670.38349.6167.9136.67
Hex9D1E34051432615e4425
Octal235366401211034653610445
Binary10011101111101101000101000110000111001101010111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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