#97203D

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

Shades of Bright Red #97203D

Tints of Bright Red #97203D

Color information

#97203D (or 0x97203D) is unknown color: approx Bright Red. HEX triplet: 97, 20 and 3D. RGB value is (151,32,61). Sum of RGB (Red+Green+Blue) = 151+32+61=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97203D is #68DFC2. Grayscale: #464646. Windows color (decimal): -6873027 or 4006039. OLE color: 4006039.

HSL color Cylindrical-coordinate representation of color #97203D: hue angle of 345.38º 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 #97203D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1513261-
CMYK00.790.600.41
HSL345.38º65.03%35.88%-
HSV(B)345.38º78.81%59.22%-
XYZ14.127.955.2-
YUV70.89122.42185.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 61 (24.22% from 255) = 25%
R=61.89%
G=13.11%
B=25%

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
Decimal151326100.790.600.41345.3865.0335.88
Hex97203D04F3C291594124
Octal22740750117745153110144
Binary10010111100000111101010011111111001010011010110011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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