#9d232b

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

Shades of Bright Red #9D232B

Tints of Bright Red #9D232B

Color information

#9D232B (or 0x9D232B) is unknown color: approx Bright Red. HEX triplet: 9D, 23 and 2B. RGB value is (157,35,43). Sum of RGB (Red+Green+Blue) = 157+35+43=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D232B is #62DCD4. Grayscale: #484848. Windows color (decimal): -6479061 or 2827165. OLE color: 2827165.

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

Color convert

RGB1573543-
CMYK00.780.730.38
HSL356.07º63.54%37.65%-
HSV(B)356.07º77.71%61.57%-
XYZ14.948.543.15-
YUV72.39111.42188.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.81%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=66.81%
G=14.89%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157354300.780.730.38356.0763.5437.65
Hex9D232B04E49261644026
Octal235435301161114654410046
Binary100111011000111010110100111010010011001101011001001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d232b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,35,43); }

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

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

 a { background-color: rgb(157,35,43); }

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

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

 span { border-color: rgb(157,35,43); }

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