#981B1D

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

Shades of Bright Red #981B1D

Tints of Bright Red #981B1D

Color information

#981B1D (or 0x981B1D) is unknown color: approx Bright Red. HEX triplet: 98, 1B and 1D. RGB value is (152,27,29). Sum of RGB (Red+Green+Blue) = 152+27+29=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981B1D is #67E4E2. Grayscale: #404040. Windows color (decimal): -6808803 or 1907608. OLE color: 1907608.

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

Color convert

RGB1522729-
CMYK00.820.810.40
HSL359.04º69.83%35.1%-
HSV(B)359.04º82.24%59.61%-
XYZ13.567.551.9-
YUV64.6107.91190.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 27 (10.94% from 255) = 12.98%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=73.08%
G=12.98%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152272900.820.810.40359.0469.8335.1
Hex981B1D05251281674623
Octal230333501221215054710643
Binary1001100011011111010101001010100011010001011001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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