#981F37

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

Shades of Bright Red #981F37

Tints of Bright Red #981F37

Color information

#981F37 (or 0x981F37) is unknown color: approx Bright Red. HEX triplet: 98, 1F and 37. RGB value is (152,31,55). Sum of RGB (Red+Green+Blue) = 152+31+55=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #981F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981F37 is #67E0C8. Grayscale: #454545. Windows color (decimal): -6807753 or 3612568. OLE color: 3612568.

HSL color Cylindrical-coordinate representation of color #981F37: hue angle of 348.1º 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 #981F37 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1523155-
CMYK00.800.640.40
HSL348.1º66.12%35.88%-
HSV(B)348.1º79.61%59.61%-
XYZ14.137.934.4-
YUV69.91119.59186.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=63.87%
G=13.03%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152315500.800.640.40348.166.1235.88
Hex981F37050402815c4224
Octal230376701201005053410244
Binary10011000111111101110101000010000001010001010111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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