#982227

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

Shades of Bright Red #982227

Tints of Bright Red #982227

Color information

#982227 (or 0x982227) is unknown color: approx Bright Red. HEX triplet: 98, 22 and 27. RGB value is (152,34,39). Sum of RGB (Red+Green+Blue) = 152+34+39=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #982227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982227 is #67DDD8. Grayscale: #454545. Windows color (decimal): -6807001 or 2564760. OLE color: 2564760.

HSL color Cylindrical-coordinate representation of color #982227: hue angle of 357.46º 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 #982227 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB1523439-
CMYK00.780.740.40
HSL357.46º63.44%36.47%-
HSV(B)357.46º77.63%59.61%-
XYZ13.897.972.73-
YUV69.85110.59186.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.56%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=67.56%
G=15.11%
B=17.33%

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
Decimal152343900.780.740.40357.4663.4436.47
Hex98222704E4A281653f24
Octal23042470116112505457744
Binary10011000100010100111010011101001010101000101100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982227; }

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

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

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

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

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

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

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

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