#982C3E

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

Shades of Bright Red #982C3E

Tints of Bright Red #982C3E

Color information

#982C3E (or 0x982C3E) is unknown color: approx Bright Red. HEX triplet: 98, 2C and 3E. RGB value is (152,44,62). Sum of RGB (Red+Green+Blue) = 152+44+62=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #982C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C3E is #67D3C1. Grayscale: #4E4E4E. Windows color (decimal): -6804418 or 4074648. OLE color: 4074648.

HSL color Cylindrical-coordinate representation of color #982C3E: hue angle of 350º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C3E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1524462-
CMYK00.710.590.40
HSL350º55.1%38.43%-
HSV(B)350º71.05%59.61%-
XYZ14.728.825.48-
YUV78.34118.78180.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=58.91%
G=17.05%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152446200.710.590.4035055.138.43
Hex982C3E0473B2815e3726
Octal2305476010773505366746
Binary1001100010110011111001000111111011101000101011110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C3E; }

 p { color: rgb(152,44,62); }

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

<style>
 a { background-color: #982C3E; }

 a { background-color: rgb(152,44,62); }

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

<style>
 span { border-color: #982C3E; }

 span { border-color: rgb(152,44,62); }

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