#97203C

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

Shades of Bright Red #97203C

Tints of Bright Red #97203C

Color information

#97203C (or 0x97203C) is unknown color: approx Bright Red. HEX triplet: 97, 20 and 3C. RGB value is (151,32,60). Sum of RGB (Red+Green+Blue) = 151+32+60=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97203C is #68DFC3. Grayscale: #464646. Windows color (decimal): -6873028 or 3940503. OLE color: 3940503.

HSL color Cylindrical-coordinate representation of color #97203C: hue angle of 345.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97203C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1513260-
CMYK00.790.600.41
HSL345.88º65.03%35.88%-
HSV(B)345.88º78.81%59.22%-
XYZ14.097.945.06-
YUV70.77121.92185.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.14%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=62.14%
G=13.17%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151326000.790.600.41345.8865.0335.88
Hex97203C04F3C2915a4124
Octal22740740117745153210144
Binary10010111100000111100010011111111001010011010110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97203C; }

 p { color: rgb(151,32,60); }

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

<style>
 a { background-color: #97203C; }

 a { background-color: rgb(151,32,60); }

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

<style>
 span { border-color: #97203C; }

 span { border-color: rgb(151,32,60); }

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