Shades of Crimson #D00544
Tints of Crimson #D00544
RGB
CMYK
RGB Variations
Color information
#D00544 (or 0xD00544) is known color: Crimson. HEX triplet: D0, 05 and 44. RGB value is (208,5,68). Sum of RGB (Red+Green+Blue) = 208+5+68=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00544 is #2FFABB. Grayscale: #484848. Windows color (decimal): -3144380 or 4457936. OLE color: 4457936.
HSL color Cylindrical-coordinate representation of color #D00544: hue angle of 341.38º 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 #D00544 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.18 |
| HSL | 341.38º | 0.95% | 0.42% | - |
| HSV(B) | 341.38º | 0.98% | 0.82% | - |
| XYZ | 27.11 | 13.94 | 6.73 | - |
| YUV | 72.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 68 | 0 | 0.98 | 0.67 | 0.18 | 341.38 | 0.95 | 0.42 |
| Hex | D0 | 5 | 44 | 0 | 62 | 43 | 12 | 155 | 5F | 2A |
| Octal | 320 | 5 | 104 | 0 | 142 | 103 | 22 | 525 | 137 | 52 |
| Binary | 11010000 | 101 | 1000100 | 0 | 1100010 | 1000011 | 10010 | 101010101 | 1011111 | 101010 |
Color Harmonies of #D00544
Complementary color
Monochromatic Colors of #D00544
Black with #D00544
Text Example
Text Example
White with #D00544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00544; }
p { color: rgb(208,5,68); }
H1.HeaderClassName
{
color: #D00544;
}
.AnyTagClassName
{
color: #D00544;
}
</style>
background-color css
<style>
a { background-color: #D00544; }
a { background-color: rgb(208,5,68); }
div.DivClassName
{
background-color: #D00544;
}
.BgClassName
{
background-color: #D00544;
}
</style>
border-color css
<style>
span { border-color: #D00544; }
span { border-color: rgb(208,5,68); }
td.TdClassName
{
border-color: #D00544;
}
.TagClassName
{
border-color: #D00544;
}
</style>