#98293B

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

Shades of Bright Red #98293B

Tints of Bright Red #98293B

Color information

#98293B (or 0x98293B) is unknown color: approx Bright Red. HEX triplet: 98, 29 and 3B. RGB value is (152,41,59). Sum of RGB (Red+Green+Blue) = 152+41+59=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98293B is #67D6C4. Grayscale: #4C4C4C. Windows color (decimal): -6805189 or 3877272. OLE color: 3877272.

HSL color Cylindrical-coordinate representation of color #98293B: hue angle of 350.27º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98293B is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1524159-
CMYK00.730.610.40
HSL350.27º57.51%37.84%-
HSV(B)350.27º73.03%59.61%-
XYZ14.538.585.03-
YUV76.24118.27182.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=60.32%
G=16.27%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152415900.730.610.40350.2757.5137.84
Hex98293B0493D2815e3a26
Octal2305173011175505367246
Binary1001100010100111101101001001111101101000101011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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