#982324

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

Shades of Bright Red #982324

Tints of Bright Red #982324

Color information

#982324 (or 0x982324) is unknown color: approx Bright Red. HEX triplet: 98, 23 and 24. RGB value is (152,35,36). Sum of RGB (Red+Green+Blue) = 152+35+36=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #982324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982324 is #67DCDB. Grayscale: #464646. Windows color (decimal): -6806748 or 2368408. OLE color: 2368408.

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

Color convert

RGB1523536-
CMYK00.770.760.40
HSL359.49º62.57%36.67%-
HSV(B)359.49º76.97%59.61%-
XYZ13.8782.48-
YUV70.1108.76186.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=68.16%
G=15.70%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152353600.770.760.40359.4962.5736.67
Hex98232404D4C281673f25
Octal23043440115114505477745
Binary10011000100011100100010011011001100101000101100111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982324; }

 p { color: rgb(152,35,36); }

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

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

 a { background-color: rgb(152,35,36); }

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

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

 span { border-color: rgb(152,35,36); }

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