#9D213C

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

Shades of Bright Red #9D213C

Tints of Bright Red #9D213C

Color information

#9D213C (or 0x9D213C) is unknown color: approx Bright Red. HEX triplet: 9D, 21 and 3C. RGB value is (157,33,60). Sum of RGB (Red+Green+Blue) = 157+33+60=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D213C is #62DEC3. Grayscale: #494949. Windows color (decimal): -6479556 or 3940765. OLE color: 3940765.

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

Color convert

RGB1573360-
CMYK00.790.620.38
HSL346.94º65.26%37.25%-
HSV(B)346.94º78.98%61.57%-
XYZ15.268.585.13-
YUV73.15120.58187.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.8%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 60 (23.83% from 255) = 24%
R=62.8%
G=13.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157336000.790.620.38346.9465.2637.25
Hex9D213C04F3E2615b4125
Octal23541740117764653310145
Binary10011101100001111100010011111111101001101010110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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