#98293A

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

Shades of Bright Red #98293A

Tints of Bright Red #98293A

Color information

#98293A (or 0x98293A) is unknown color: approx Bright Red. HEX triplet: 98, 29 and 3A. RGB value is (152,41,58). Sum of RGB (Red+Green+Blue) = 152+41+58=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98293A is #67D6C5. Grayscale: #4C4C4C. Windows color (decimal): -6805190 or 3811736. OLE color: 3811736.

HSL color Cylindrical-coordinate representation of color #98293A: hue angle of 350.81º 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 #98293A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1524158-
CMYK00.730.620.40
HSL350.81º57.51%37.84%-
HSV(B)350.81º73.03%59.61%-
XYZ14.518.574.89-
YUV76.13117.77182.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=60.56%
G=16.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152415800.730.620.40350.8157.5137.84
Hex98293A0493E2815f3a26
Octal2305172011176505377246
Binary1001100010100111101001001001111110101000101011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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