#98253B

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

Shades of Bright Red #98253B

Tints of Bright Red #98253B

Color information

#98253B (or 0x98253B) is unknown color: approx Bright Red. HEX triplet: 98, 25 and 3B. RGB value is (152,37,59). Sum of RGB (Red+Green+Blue) = 152+37+59=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98253B is #67DAC4. Grayscale: #494949. Windows color (decimal): -6806213 or 3876248. OLE color: 3876248.

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

Color convert

RGB1523759-
CMYK00.760.610.40
HSL348.52º60.85%37.06%-
HSV(B)348.52º75.66%59.61%-
XYZ14.48.314.98-
YUV73.89119.6183.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.29%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=61.29%
G=14.92%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152375900.760.610.40348.5260.8537.06
Hex98253B04C3D2815d3d25
Octal2304573011475505357545
Binary1001100010010111101101001100111101101000101011101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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