#97252B

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

Shades of Bright Red #97252B

Tints of Bright Red #97252B

Color information

#97252B (or 0x97252B) is unknown color: approx Bright Red. HEX triplet: 97, 25 and 2B. RGB value is (151,37,43). Sum of RGB (Red+Green+Blue) = 151+37+43=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97252B is #68DAD4. Grayscale: #474747. Windows color (decimal): -6871765 or 2827671. OLE color: 2827671.

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

Color convert

RGB1513743-
CMYK00.750.720.41
HSL356.84º60.64%36.86%-
HSV(B)356.84º75.5%59.22%-
XYZ13.868.083.11-
YUV71.77111.77184.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.37%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=65.37%
G=16.02%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151374300.750.720.41356.8460.6436.86
Hex97252B04B48291653d25
Octal22745530113110515457545
Binary10010111100101101011010010111001000101001101100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,37,43); }

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

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

 a { background-color: rgb(151,37,43); }

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

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

 span { border-color: rgb(151,37,43); }

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