#981D24

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

Shades of Bright Red #981D24

Tints of Bright Red #981D24

Color information

#981D24 (or 0x981D24) is unknown color: approx Bright Red. HEX triplet: 98, 1D and 24. RGB value is (152,29,36). Sum of RGB (Red+Green+Blue) = 152+29+36=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #981D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D24 is #67E2DB. Grayscale: #424242. Windows color (decimal): -6808284 or 2366872. OLE color: 2366872.

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

Color convert

RGB1522936-
CMYK00.810.760.40
HSL356.59º67.96%35.49%-
HSV(B)356.59º80.92%59.61%-
XYZ13.717.682.43-
YUV66.58110.75188.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=70.05%
G=13.36%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152293600.810.760.40356.5967.9635.49
Hex981D240514C281654423
Octal230354401211145054510443
Binary10011000111011001000101000110011001010001011001011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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