Shades of Crimson #D31439
Tints of Crimson #D31439
RGB
CMYK
RGB Variations
Color information
#D31439 (or 0xD31439) is known color: Crimson. HEX triplet: D3, 14 and 39. RGB value is (211,20,57). Sum of RGB (Red+Green+Blue) = 211+20+57=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D31439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31439 is #2CEBC6. Grayscale: #515151. Windows color (decimal): -2943943 or 3740883. OLE color: 3740883.
HSL color Cylindrical-coordinate representation of color #D31439: hue angle of 348.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31439 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.17 |
| HSL | 348.38º | 0.83% | 0.45% | - |
| HSV(B) | 348.38º | 0.91% | 0.83% | - |
| XYZ | 27.85 | 14.64 | 5.23 | - |
| YUV | 81.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 57 | 0 | 0.91 | 0.73 | 0.17 | 348.38 | 0.83 | 0.45 |
| Hex | D3 | 14 | 39 | 0 | 5B | 49 | 11 | 15C | 53 | 2D |
| Octal | 323 | 24 | 71 | 0 | 133 | 111 | 21 | 534 | 123 | 55 |
| Binary | 11010011 | 10100 | 111001 | 0 | 1011011 | 1001001 | 10001 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D31439
Complementary color
Monochromatic Colors of #D31439
Black with #D31439
Text Example
Text Example
White with #D31439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31439; }
p { color: rgb(211,20,57); }
H1.HeaderClassName
{
color: #D31439;
}
.AnyTagClassName
{
color: #D31439;
}
</style>
background-color css
<style>
a { background-color: #D31439; }
a { background-color: rgb(211,20,57); }
div.DivClassName
{
background-color: #D31439;
}
.BgClassName
{
background-color: #D31439;
}
</style>
border-color css
<style>
span { border-color: #D31439; }
span { border-color: rgb(211,20,57); }
td.TdClassName
{
border-color: #D31439;
}
.TagClassName
{
border-color: #D31439;
}
</style>