#9D2232

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

Shades of Bright Red #9D2232

Tints of Bright Red #9D2232

Color information

#9D2232 (or 0x9D2232) is unknown color: approx Bright Red. HEX triplet: 9D, 22 and 32. RGB value is (157,34,50). Sum of RGB (Red+Green+Blue) = 157+34+50=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2232 is #62DDCD. Grayscale: #484848. Windows color (decimal): -6479310 or 3285661. OLE color: 3285661.

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

Color convert

RGB1573450-
CMYK00.780.680.38
HSL352.2º64.4%37.45%-
HSV(B)352.2º78.34%61.57%-
XYZ15.058.543.87-
YUV72.6115.25188.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=65.15%
G=14.11%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157345000.780.680.38352.264.437.45
Hex9D223204E44261604025
Octal235426201161044654010045
Binary100111011000101100100100111010001001001101011000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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