#981D21

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

Shades of Bright Red #981D21

Tints of Bright Red #981D21

Color information

#981D21 (or 0x981D21) is unknown color: approx Bright Red. HEX triplet: 98, 1D and 21. RGB value is (152,29,33). Sum of RGB (Red+Green+Blue) = 152+29+33=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #981D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D21 is #67E2DE. Grayscale: #424242. Windows color (decimal): -6808287 or 2170264. OLE color: 2170264.

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

Color convert

RGB1522933-
CMYK00.810.780.40
HSL358.05º67.96%35.49%-
HSV(B)358.05º80.92%59.61%-
XYZ13.667.662.2-
YUV66.23109.25189.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.03%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=71.03%
G=13.55%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152293300.810.780.40358.0567.9635.49
Hex981D210514E281664423
Octal230354101211165054610443
Binary10011000111011000010101000110011101010001011001101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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