#9D1F35

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

Shades of Bright Red #9D1F35

Tints of Bright Red #9D1F35

Color information

#9D1F35 (or 0x9D1F35) is unknown color: approx Bright Red. HEX triplet: 9D, 1F and 35. RGB value is (157,31,53). Sum of RGB (Red+Green+Blue) = 157+31+53=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1F35 is #62E0CA. Grayscale: #474747. Windows color (decimal): -6480075 or 3481501. OLE color: 3481501.

HSL color Cylindrical-coordinate representation of color #9D1F35: hue angle of 349.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F35 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1573153-
CMYK00.800.660.38
HSL349.52º67.02%36.86%-
HSV(B)349.52º80.25%61.57%-
XYZ15.048.414.2-
YUV71.18117.74189.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=65.15%
G=12.86%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157315300.800.660.38349.5267.0236.86
Hex9D1F35050422615e4325
Octal235376501201024653610345
Binary10011101111111101010101000010000101001101010111101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,31,53); }

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

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

 a { background-color: rgb(157,31,53); }

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

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

 span { border-color: rgb(157,31,53); }

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