#98252C

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

Shades of Bright Red #98252C

Tints of Bright Red #98252C

Color information

#98252C (or 0x98252C) is unknown color: approx Bright Red. HEX triplet: 98, 25 and 2C. RGB value is (152,37,44). Sum of RGB (Red+Green+Blue) = 152+37+44=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98252C is #67DAD3. Grayscale: #484848. Windows color (decimal): -6806228 or 2893208. OLE color: 2893208.

HSL color Cylindrical-coordinate representation of color #98252C: hue angle of 356.35º 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 #98252C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1523744-
CMYK00.760.710.40
HSL356.35º60.85%37.06%-
HSV(B)356.35º75.66%59.61%-
XYZ14.078.183.22-
YUV72.18112.1184.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.24%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=65.24%
G=15.88%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152374400.760.710.40356.3560.8537.06
Hex98252C04C47281643d25
Octal23045540114107505447545
Binary10011000100101101100010011001000111101000101100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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