#9B213A

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

Shades of Bright Red #9B213A

Tints of Bright Red #9B213A

Color information

#9B213A (or 0x9B213A) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 3A. RGB value is (155,33,58). Sum of RGB (Red+Green+Blue) = 155+33+58=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B213A is #64DEC5. Grayscale: #484848. Windows color (decimal): -6610630 or 3809691. OLE color: 3809691.

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

Color convert

RGB1553358-
CMYK00.790.630.39
HSL347.7º64.89%36.86%-
HSV(B)347.7º78.71%60.78%-
XYZ14.838.364.84-
YUV72.33119.92186.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.01%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=63.01%
G=13.41%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155335800.790.630.39347.764.8936.86
Hex9B213A04F3F2715c4125
Octal23341720117774753410145
Binary10011011100001111010010011111111111001111010111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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