#981E38

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

Shades of Bright Red #981E38

Tints of Bright Red #981E38

Color information

#981E38 (or 0x981E38) is unknown color: approx Bright Red. HEX triplet: 98, 1E and 38. RGB value is (152,30,56). Sum of RGB (Red+Green+Blue) = 152+30+56=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #981E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E38 is #67E1C7. Grayscale: #454545. Windows color (decimal): -6808008 or 3677848. OLE color: 3677848.

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

Color convert

RGB1523056-
CMYK00.800.630.40
HSL347.21º67.03%35.69%-
HSV(B)347.21º80.26%59.61%-
XYZ14.137.894.52-
YUV69.44120.42186.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=63.87%
G=12.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152305600.800.630.40347.2167.0335.69
Hex981E380503F2815b4324
Octal23036700120775053310344
Binary1001100011110111000010100001111111010001010110111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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