Shades of Crimson #D31234
Tints of Crimson #D31234
RGB
CMYK
RGB Variations
Color information
#D31234 (or 0xD31234) is known color: Crimson. HEX triplet: D3, 12 and 34. RGB value is (211,18,52). Sum of RGB (Red+Green+Blue) = 211+18+52=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D31234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31234 is #2CEDCB. Grayscale: #4F4F4F. Windows color (decimal): -2944460 or 3412691. OLE color: 3412691.
HSL color Cylindrical-coordinate representation of color #D31234: hue angle of 349.43º degrees, saturation: 0.84, 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 #D31234 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 52 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.17 |
| HSL | 349.43º | 0.84% | 0.45% | - |
| HSV(B) | 349.43º | 0.91% | 0.83% | - |
| XYZ | 27.7 | 14.53 | 4.59 | - |
| YUV | 79.58 | 112.44 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 52 | 0 | 0.91 | 0.75 | 0.17 | 349.43 | 0.84 | 0.45 |
| Hex | D3 | 12 | 34 | 0 | 5B | 4B | 11 | 15D | 54 | 2D |
| Octal | 323 | 22 | 64 | 0 | 133 | 113 | 21 | 535 | 124 | 55 |
| Binary | 11010011 | 10010 | 110100 | 0 | 1011011 | 1001011 | 10001 | 101011101 | 1010100 | 101101 |
Color Harmonies of #D31234
Complementary color
Monochromatic Colors of #D31234
Black with #D31234
Text Example
Text Example
White with #D31234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31234; }
p { color: rgb(211,18,52); }
H1.HeaderClassName
{
color: #D31234;
}
.AnyTagClassName
{
color: #D31234;
}
</style>
background-color css
<style>
a { background-color: #D31234; }
a { background-color: rgb(211,18,52); }
div.DivClassName
{
background-color: #D31234;
}
.BgClassName
{
background-color: #D31234;
}
</style>
border-color css
<style>
span { border-color: #D31234; }
span { border-color: rgb(211,18,52); }
td.TdClassName
{
border-color: #D31234;
}
.TagClassName
{
border-color: #D31234;
}
</style>