#D31540

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

Shades of Crimson #D31540

Tints of Crimson #D31540

Color information

#D31540 (or 0xD31540) is unknown color: approx Crimson. HEX triplet: D3, 15 and 40. RGB value is (211,21,64). Sum of RGB (Red+Green+Blue) = 211+21+64=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D31540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31540 is #2CEABF. Grayscale: #525252. Windows color (decimal): -2943680 or 4199891. OLE color: 4199891.

HSL color Cylindrical-coordinate representation of color #D31540: hue angle of 346.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31540 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2112164-
CMYK00.900.700.17
HSL346.42º81.9%45.49%-
HSV(B)346.42º90.05%82.75%-
XYZ28.0614.766.22-
YUV82.71117.45219.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.28%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=71.28%
G=7.09%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211216400.900.700.17346.4281.945.49
HexD3154005A461115a522d
Octal3232510001321062153212255
Binary11010011101011000000010110101000110100011010110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31540; }

 p { color: rgb(211,21,64); }

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

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

 a { background-color: rgb(211,21,64); }

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

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

 span { border-color: rgb(211,21,64); }

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