#981f28

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

Shades of Bright Red #981F28

Tints of Bright Red #981F28

Color information

#981F28 (or 0x981F28) is unknown color: approx Bright Red. HEX triplet: 98, 1F and 28. RGB value is (152,31,40). Sum of RGB (Red+Green+Blue) = 152+31+40=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #981F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981F28 is #67E0D7. Grayscale: #444444. Windows color (decimal): -6807768 or 2629528. OLE color: 2629528.

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

Color convert

RGB1523140-
CMYK00.800.740.40
HSL355.54º66.12%35.88%-
HSV(B)355.54º79.61%59.61%-
XYZ13.827.812.79-
YUV68.2112.09187.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=68.16%
G=13.90%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152314000.800.740.40355.5466.1235.88
Hex981F280504A281644224
Octal230375001201125054410244
Binary10011000111111010000101000010010101010001011001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981f28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981f28; }

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

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

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

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

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

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

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

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