Shades of Crimson #D20543
Tints of Crimson #D20543
RGB
CMYK
RGB Variations
Color information
#D20543 (or 0xD20543) is known color: Crimson. HEX triplet: D2, 05 and 43. RGB value is (210,5,67). Sum of RGB (Red+Green+Blue) = 210+5+67=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D20543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20543 is #2DFABC. Grayscale: #494949. Windows color (decimal): -3013309 or 4392402. OLE color: 4392402.
HSL color Cylindrical-coordinate representation of color #D20543: hue angle of 341.85º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20543 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 67 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.18 |
| HSL | 341.85º | 0.95% | 0.42% | - |
| HSV(B) | 341.85º | 0.98% | 0.82% | - |
| XYZ | 27.65 | 14.22 | 6.6 | - |
| YUV | 73.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 67 | 0 | 0.98 | 0.68 | 0.18 | 341.85 | 0.95 | 0.42 |
| Hex | D2 | 5 | 43 | 0 | 62 | 44 | 12 | 156 | 5F | 2A |
| Octal | 322 | 5 | 103 | 0 | 142 | 104 | 22 | 526 | 137 | 52 |
| Binary | 11010010 | 101 | 1000011 | 0 | 1100010 | 1000100 | 10010 | 101010110 | 1011111 | 101010 |
Color Harmonies of #D20543
Complementary color
Monochromatic Colors of #D20543
Black with #D20543
Text Example
Text Example
White with #D20543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20543; }
p { color: rgb(210,5,67); }
H1.HeaderClassName
{
color: #D20543;
}
.AnyTagClassName
{
color: #D20543;
}
</style>
background-color css
<style>
a { background-color: #D20543; }
a { background-color: rgb(210,5,67); }
div.DivClassName
{
background-color: #D20543;
}
.BgClassName
{
background-color: #D20543;
}
</style>
border-color css
<style>
span { border-color: #D20543; }
span { border-color: rgb(210,5,67); }
td.TdClassName
{
border-color: #D20543;
}
.TagClassName
{
border-color: #D20543;
}
</style>