#D31F4A

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

Shades of Crimson #D31F4A

Tints of Crimson #D31F4A

Color information

#D31F4A (or 0xD31F4A) is unknown color: approx Crimson. HEX triplet: D3, 1F and 4A. RGB value is (211,31,74). Sum of RGB (Red+Green+Blue) = 211+31+74=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31F4A is #2CE0B5. Grayscale: #595959. Windows color (decimal): -2941110 or 4857811. OLE color: 4857811.

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

Color convert

RGB2113174-
CMYK00.850.650.17
HSL345.67º74.38%47.45%-
HSV(B)345.67º85.31%82.75%-
XYZ28.5915.327.93-
YUV89.72119.13214.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.77%
GREEN value IS 31 (12.5% from 255) = 9.81%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=66.77%
G=9.81%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211317400.850.650.17345.6774.3847.45
HexD31F4A055411115a4a2f
Octal3233711201251012153211257
Binary11010011111111001010010101011000001100011010110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31F4A; }

 p { color: rgb(211,31,74); }

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

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

 a { background-color: rgb(211,31,74); }

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

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

 span { border-color: rgb(211,31,74); }

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