#981f30

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

Shades of Bright Red #981F30

Tints of Bright Red #981F30

Color information

#981F30 (or 0x981F30) is unknown color: approx Bright Red. HEX triplet: 98, 1F and 30. RGB value is (152,31,48). Sum of RGB (Red+Green+Blue) = 152+31+48=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #981F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981F30 is #67E0CF. Grayscale: #454545. Windows color (decimal): -6807760 or 3153816. OLE color: 3153816.

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

Color convert

RGB1523148-
CMYK00.800.680.40
HSL351.57º66.12%35.88%-
HSV(B)351.57º79.61%59.61%-
XYZ13.977.873.58-
YUV69.12116.09187.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=65.80%
G=13.42%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152314800.800.680.40351.5766.1235.88
Hex981F3005044281604224
Octal230376001201045054010244
Binary10011000111111100000101000010001001010001011000001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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