#982228

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

Shades of Bright Red #982228

Tints of Bright Red #982228

Color information

#982228 (or 0x982228) is unknown color: approx Bright Red. HEX triplet: 98, 22 and 28. RGB value is (152,34,40). Sum of RGB (Red+Green+Blue) = 152+34+40=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982228 is #67DDD7. Grayscale: #464646. Windows color (decimal): -6807000 or 2630296. OLE color: 2630296.

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

Color convert

RGB1523440-
CMYK00.780.740.40
HSL356.95º63.44%36.47%-
HSV(B)356.95º77.63%59.61%-
XYZ13.97.972.81-
YUV69.97111.09186.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=67.26%
G=15.04%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152344000.780.740.40356.9563.4436.47
Hex98222804E4A281653f24
Octal23042500116112505457744
Binary10011000100010101000010011101001010101000101100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982228; }

 p { color: rgb(152,34,40); }

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

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

 a { background-color: rgb(152,34,40); }

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

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

 span { border-color: rgb(152,34,40); }

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