#9D2235

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

Shades of Bright Red #9D2235

Tints of Bright Red #9D2235

Color information

#9D2235 (or 0x9D2235) is unknown color: approx Bright Red. HEX triplet: 9D, 22 and 35. RGB value is (157,34,53). Sum of RGB (Red+Green+Blue) = 157+34+53=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2235 is #62DDCA. Grayscale: #484848. Windows color (decimal): -6479307 or 3482269. OLE color: 3482269.

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

Color convert

RGB1573453-
CMYK00.780.660.38
HSL350.73º64.4%37.45%-
HSV(B)350.73º78.34%61.57%-
XYZ15.128.574.23-
YUV72.94116.75187.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=64.34%
G=13.93%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157345300.780.660.38350.7364.437.45
Hex9D223504E422615f4025
Octal235426501161024653710045
Binary100111011000101101010100111010000101001101010111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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