#D81A4D

Color #D81A4D Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D81A4D

Tints of Crimson #D81A4D

Color information

#D81A4D (or 0xD81A4D) is unknown color: approx Crimson. HEX triplet: D8, 1A and 4D. RGB value is (216,26,77). Sum of RGB (Red+Green+Blue) = 216+26+77=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A4D is #27E5B2. Grayscale: #585858. Windows color (decimal): -2614707 or 5053144. OLE color: 5053144.

HSL color Cylindrical-coordinate representation of color #D81A4D: hue angle of 343.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A4D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2162677-
CMYK00.880.640.15
HSL343.89º78.51%47.45%-
HSV(B)343.89º87.96%84.71%-
XYZ30.0315.878.5-
YUV88.62121.45218.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.71%
GREEN value IS 26 (10.55% from 255) = 8.15%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=67.71%
G=8.15%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216267700.880.640.15343.8978.5147.45
HexD81A4D05840F1584f2f
Octal3303211501301001753011757
Binary1101100011010100110101011000100000011111010110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81A4D; }

 p { color: rgb(216,26,77); }

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

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

 a { background-color: rgb(216,26,77); }

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

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

 span { border-color: rgb(216,26,77); }

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