#981A1C

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

Shades of Bright Red #981A1C

Tints of Bright Red #981A1C

Color information

#981A1C (or 0x981A1C) is unknown color: approx Bright Red. HEX triplet: 98, 1A and 1C. RGB value is (152,26,28). Sum of RGB (Red+Green+Blue) = 152+26+28=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #981A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A1C is #67E5E3. Grayscale: #404040. Windows color (decimal): -6809060 or 1841816. OLE color: 1841816.

HSL color Cylindrical-coordinate representation of color #981A1C: hue angle of 359.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A1C is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1522628-
CMYK00.830.820.40
HSL359.05º70.79%34.9%-
HSV(B)359.05º82.89%59.61%-
XYZ13.537.51.83-
YUV63.9107.74190.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=73.79%
G=12.62%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152262800.830.820.40359.0570.7934.9
Hex981A1C05352281674723
Octal230323401231225054710743
Binary1001100011010111000101001110100101010001011001111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,26,28); }

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

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

 a { background-color: rgb(152,26,28); }

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

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

 span { border-color: rgb(152,26,28); }

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