#9B213C

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

Shades of Bright Red #9B213C

Tints of Bright Red #9B213C

Color information

#9B213C (or 0x9B213C) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 3C. RGB value is (155,33,60). Sum of RGB (Red+Green+Blue) = 155+33+60=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B213C is #64DEC3. Grayscale: #484848. Windows color (decimal): -6610628 or 3940763. OLE color: 3940763.

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

Color convert

RGB1553360-
CMYK00.790.610.39
HSL346.72º64.89%36.86%-
HSV(B)346.72º78.71%60.78%-
XYZ14.888.385.11-
YUV72.56120.92186.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=62.5%
G=13.31%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155336000.790.610.39346.7264.8936.86
Hex9B213C04F3D2715b4125
Octal23341740117754753310145
Binary10011011100001111100010011111111011001111010110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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