#9D2233

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

Shades of Bright Red #9D2233

Tints of Bright Red #9D2233

Color information

#9D2233 (or 0x9D2233) is unknown color: approx Bright Red. HEX triplet: 9D, 22 and 33. RGB value is (157,34,51). Sum of RGB (Red+Green+Blue) = 157+34+51=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2233 is #62DDCC. Grayscale: #484848. Windows color (decimal): -6479309 or 3351197. OLE color: 3351197.

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

Color convert

RGB1573451-
CMYK00.780.680.38
HSL351.71º64.4%37.45%-
HSV(B)351.71º78.34%61.57%-
XYZ15.078.553.99-
YUV72.72115.75188.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.88%
GREEN value IS 34 (13.67% from 255) = 14.05%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=64.88%
G=14.05%
B=21.07%

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
Decimal157345100.780.680.38351.7164.437.45
Hex9D223304E44261604025
Octal235426301161044654010045
Binary100111011000101100110100111010001001001101011000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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