#97213B

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

Shades of Bright Red #97213B

Tints of Bright Red #97213B

Color information

#97213B (or 0x97213B) is unknown color: approx Bright Red. HEX triplet: 97, 21 and 3B. RGB value is (151,33,59). Sum of RGB (Red+Green+Blue) = 151+33+59=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97213B is #68DEC4. Grayscale: #474747. Windows color (decimal): -6872773 or 3875223. OLE color: 3875223.

HSL color Cylindrical-coordinate representation of color #97213B: hue angle of 346.78º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97213B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1513359-
CMYK00.780.610.41
HSL346.78º64.13%36.08%-
HSV(B)346.78º78.15%59.22%-
XYZ14.17.984.94-
YUV71.25121.09184.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.14%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=62.14%
G=13.58%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151335900.780.610.41346.7864.1336.08
Hex97213B04E3D2915b4024
Octal22741730116755153310044
Binary10010111100001111011010011101111011010011010110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97213B; }

 p { color: rgb(151,33,59); }

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

<style>
 a { background-color: #97213B; }

 a { background-color: rgb(151,33,59); }

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

<style>
 span { border-color: #97213B; }

 span { border-color: rgb(151,33,59); }

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