#9D213D

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

Shades of Bright Red #9D213D

Tints of Bright Red #9D213D

Color information

#9D213D (or 0x9D213D) is unknown color: approx Bright Red. HEX triplet: 9D, 21 and 3D. RGB value is (157,33,61). Sum of RGB (Red+Green+Blue) = 157+33+61=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D213D is #62DEC2. Grayscale: #494949. Windows color (decimal): -6479555 or 4006301. OLE color: 4006301.

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

Color convert

RGB1573361-
CMYK00.790.610.38
HSL346.45º65.26%37.25%-
HSV(B)346.45º78.98%61.57%-
XYZ15.298.595.27-
YUV73.27121.08187.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=62.55%
G=13.15%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157336100.790.610.38346.4565.2637.25
Hex9D213D04F3D2615a4125
Octal23541750117754653210145
Binary10011101100001111101010011111111011001101010110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,61); }

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

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

 a { background-color: rgb(157,33,61); }

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

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

 span { border-color: rgb(157,33,61); }

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