#981B1C

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

Shades of Bright Red #981B1C

Tints of Bright Red #981B1C

Color information

#981B1C (or 0x981B1C) is unknown color: approx Bright Red. HEX triplet: 98, 1B and 1C. RGB value is (152,27,28). Sum of RGB (Red+Green+Blue) = 152+27+28=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #981B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981B1C is #67E4E3. Grayscale: #404040. Windows color (decimal): -6808804 or 1842072. OLE color: 1842072.

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

Color convert

RGB1522728-
CMYK00.820.820.40
HSL359.52º69.83%35.1%-
HSV(B)359.52º82.24%59.61%-
XYZ13.557.541.84-
YUV64.49107.41190.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=73.43%
G=13.04%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152272800.820.820.40359.5269.8335.1
Hex981B1C05252281684623
Octal230333401221225055010643
Binary1001100011011111000101001010100101010001011010001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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