#98172C

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

Shades of Bright Red #98172C

Tints of Bright Red #98172C

Color information

#98172C (or 0x98172C) is unknown color: approx Bright Red. HEX triplet: 98, 17 and 2C. RGB value is (152,23,44). Sum of RGB (Red+Green+Blue) = 152+23+44=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #98172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98172C is #67E8D3. Grayscale: #404040. Windows color (decimal): -6809812 or 2889624. OLE color: 2889624.

HSL color Cylindrical-coordinate representation of color #98172C: hue angle of 350.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98172C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1522344-
CMYK00.850.710.40
HSL350.23º73.71%34.31%-
HSV(B)350.23º84.87%59.61%-
XYZ13.717.473.1-
YUV63.96116.74190.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.41%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=69.41%
G=10.50%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152234400.850.710.40350.2373.7134.31
Hex98172C055472815e4a22
Octal230275401251075053611242
Binary10011000101111011000101010110001111010001010111101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,23,44); }

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

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

 a { background-color: rgb(152,23,44); }

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

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

 span { border-color: rgb(152,23,44); }

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