#D31A49

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

Shades of Crimson #D31A49

Tints of Crimson #D31A49

Color information

#D31A49 (or 0xD31A49) is unknown color: approx Crimson. HEX triplet: D3, 1A and 49. RGB value is (211,26,73). Sum of RGB (Red+Green+Blue) = 211+26+73=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A49 is #2CE5B6. Grayscale: #565656. Windows color (decimal): -2942391 or 4790995. OLE color: 4790995.

HSL color Cylindrical-coordinate representation of color #D31A49: hue angle of 344.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A49 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB2112673-
CMYK00.880.650.17
HSL344.76º78.06%46.47%-
HSV(B)344.76º87.68%82.75%-
XYZ28.4415.077.71-
YUV86.67120.29216.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.06%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=68.06%
G=8.39%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211267300.880.650.17344.7678.0646.47
HexD31A4905841111594e2e
Octal3233211101301012153111656
Binary11010011110101001001010110001000001100011010110011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31A49; }

 p { color: rgb(211,26,73); }

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

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

 a { background-color: rgb(211,26,73); }

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

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

 span { border-color: rgb(211,26,73); }

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