#D31A41

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

Shades of Crimson #D31A41

Tints of Crimson #D31A41

Color information

#D31A41 (or 0xD31A41) is unknown color: approx Crimson. HEX triplet: D3, 1A and 41. RGB value is (211,26,65). Sum of RGB (Red+Green+Blue) = 211+26+65=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A41 is #2CE5BE. Grayscale: #555555. Windows color (decimal): -2942399 or 4266707. OLE color: 4266707.

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

Color convert

RGB2112665-
CMYK00.880.690.17
HSL347.35º78.06%46.47%-
HSV(B)347.35º87.68%82.75%-
XYZ28.1914.976.4-
YUV85.76116.29217.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.87%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=69.87%
G=8.61%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211266500.880.690.17347.3578.0646.47
HexD31A41058451115b4e2e
Octal3233210101301052153311656
Binary11010011110101000001010110001000101100011010110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31A41; }

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

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

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

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

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

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

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

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