#98252D

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

Shades of Bright Red #98252D

Tints of Bright Red #98252D

Color information

#98252D (or 0x98252D) is unknown color: approx Bright Red. HEX triplet: 98, 25 and 2D. RGB value is (152,37,45). Sum of RGB (Red+Green+Blue) = 152+37+45=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98252D is #67DAD2. Grayscale: #484848. Windows color (decimal): -6806227 or 2958744. OLE color: 2958744.

HSL color Cylindrical-coordinate representation of color #98252D: hue angle of 355.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98252D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1523745-
CMYK00.760.700.40
HSL355.83º60.85%37.06%-
HSV(B)355.83º75.66%59.61%-
XYZ14.088.193.32-
YUV72.3112.6184.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=64.96%
G=15.81%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152374500.760.700.40355.8360.8537.06
Hex98252D04C46281643d25
Octal23045550114106505447545
Binary10011000100101101101010011001000110101000101100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,37,45); }

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

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

 a { background-color: rgb(152,37,45); }

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

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

 span { border-color: rgb(152,37,45); }

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