#D81A44

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

Shades of Crimson #D81A44

Tints of Crimson #D81A44

Color information

#D81A44 (or 0xD81A44) is unknown color: approx Crimson. HEX triplet: D8, 1A and 44. RGB value is (216,26,68). Sum of RGB (Red+Green+Blue) = 216+26+68=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A44 is #27E5BB. Grayscale: #575757. Windows color (decimal): -2614716 or 4463320. OLE color: 4463320.

HSL color Cylindrical-coordinate representation of color #D81A44: hue angle of 346.74º 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 #D81A44 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2162668-
CMYK00.880.690.15
HSL346.74º78.51%47.45%-
HSV(B)346.74º87.96%84.71%-
XYZ29.7315.766.94-
YUV87.6116.95219.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.68%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=69.68%
G=8.39%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216266800.880.690.15346.7478.5147.45
HexD81A4405845F15b4f2f
Octal3303210401301051753311757
Binary1101100011010100010001011000100010111111010110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81A44; }

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

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

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

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

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

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

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

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