#97222A

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

Shades of Bright Red #97222A

Tints of Bright Red #97222A

Color information

#97222A (or 0x97222A) is unknown color: approx Bright Red. HEX triplet: 97, 22 and 2A. RGB value is (151,34,42). Sum of RGB (Red+Green+Blue) = 151+34+42=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #97222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97222A is #68DDD5. Grayscale: #454545. Windows color (decimal): -6872534 or 2761367. OLE color: 2761367.

HSL color Cylindrical-coordinate representation of color #97222A: hue angle of 355.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97222A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1513442-
CMYK00.770.720.41
HSL355.9º63.24%36.27%-
HSV(B)355.9º77.48%59.22%-
XYZ13.757.892.99-
YUV69.9112.26185.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=66.52%
G=14.98%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151344200.770.720.41355.963.2436.27
Hex97222A04D48291643f24
Octal22742520115110515447744
Binary10010111100010101010010011011001000101001101100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97222A; }

 p { color: rgb(151,34,42); }

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

<style>
 a { background-color: #97222A; }

 a { background-color: rgb(151,34,42); }

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

<style>
 span { border-color: #97222A; }

 span { border-color: rgb(151,34,42); }

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