#981E32

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

Shades of Bright Red #981E32

Tints of Bright Red #981E32

Color information

#981E32 (or 0x981E32) is unknown color: approx Bright Red. HEX triplet: 98, 1E and 32. RGB value is (152,30,50). Sum of RGB (Red+Green+Blue) = 152+30+50=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #981E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E32 is #67E1CD. Grayscale: #444444. Windows color (decimal): -6808014 or 3284632. OLE color: 3284632.

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

Color convert

RGB1523050-
CMYK00.800.670.40
HSL350.16º67.03%35.69%-
HSV(B)350.16º80.26%59.61%-
XYZ13.997.833.79-
YUV68.76117.42187.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.52%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=65.52%
G=12.93%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152305000.800.670.40350.1667.0335.69
Hex981E32050432815e4324
Octal230366201201035053610344
Binary10011000111101100100101000010000111010001010111101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,50); }

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

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

 a { background-color: rgb(152,30,50); }

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

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

 span { border-color: rgb(152,30,50); }

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