Shades of Crimson #D21344
Tints of Crimson #D21344
RGB
CMYK
RGB Variations
Color information
#D21344 (or 0xD21344) is known color: Crimson. HEX triplet: D2, 13 and 44. RGB value is (210,19,68). Sum of RGB (Red+Green+Blue) = 210+19+68=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D21344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21344 is #2DECBB. Grayscale: #515151. Windows color (decimal): -3009724 or 4461522. OLE color: 4461522.
HSL color Cylindrical-coordinate representation of color #D21344: hue angle of 344.61º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21344 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 68 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.18 |
| HSL | 344.61º | 0.83% | 0.45% | - |
| HSV(B) | 344.61º | 0.91% | 0.82% | - |
| XYZ | 27.85 | 14.58 | 6.82 | - |
| YUV | 81.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 68 | 0 | 0.91 | 0.68 | 0.18 | 344.61 | 0.83 | 0.45 |
| Hex | D2 | 13 | 44 | 0 | 5B | 44 | 12 | 159 | 53 | 2D |
| Octal | 322 | 23 | 104 | 0 | 133 | 104 | 22 | 531 | 123 | 55 |
| Binary | 11010010 | 10011 | 1000100 | 0 | 1011011 | 1000100 | 10010 | 101011001 | 1010011 | 101101 |
Color Harmonies of #D21344
Complementary color
Monochromatic Colors of #D21344
Black with #D21344
Text Example
Text Example
White with #D21344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21344; }
p { color: rgb(210,19,68); }
H1.HeaderClassName
{
color: #D21344;
}
.AnyTagClassName
{
color: #D21344;
}
</style>
background-color css
<style>
a { background-color: #D21344; }
a { background-color: rgb(210,19,68); }
div.DivClassName
{
background-color: #D21344;
}
.BgClassName
{
background-color: #D21344;
}
</style>
border-color css
<style>
span { border-color: #D21344; }
span { border-color: rgb(210,19,68); }
td.TdClassName
{
border-color: #D21344;
}
.TagClassName
{
border-color: #D21344;
}
</style>