Shades of Crimson #D00545
Tints of Crimson #D00545
RGB
CMYK
RGB Variations
Color information
#D00545 (or 0xD00545) is known color: Crimson. HEX triplet: D0, 05 and 45. RGB value is (208,5,69). Sum of RGB (Red+Green+Blue) = 208+5+69=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00545 is #2FFABA. Grayscale: #484848. Windows color (decimal): -3144379 or 4523472. OLE color: 4523472.
HSL color Cylindrical-coordinate representation of color #D00545: hue angle of 341.08º 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 #D00545 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.18 |
| HSL | 341.08º | 0.95% | 0.42% | - |
| HSV(B) | 341.08º | 0.98% | 0.82% | - |
| XYZ | 27.14 | 13.95 | 6.89 | - |
| YUV | 72.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 69 | 0 | 0.98 | 0.67 | 0.18 | 341.08 | 0.95 | 0.42 |
| Hex | D0 | 5 | 45 | 0 | 62 | 43 | 12 | 155 | 5F | 2A |
| Octal | 320 | 5 | 105 | 0 | 142 | 103 | 22 | 525 | 137 | 52 |
| Binary | 11010000 | 101 | 1000101 | 0 | 1100010 | 1000011 | 10010 | 101010101 | 1011111 | 101010 |
Color Harmonies of #D00545
Complementary color
Monochromatic Colors of #D00545
Black with #D00545
Text Example
Text Example
White with #D00545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00545; }
p { color: rgb(208,5,69); }
H1.HeaderClassName
{
color: #D00545;
}
.AnyTagClassName
{
color: #D00545;
}
</style>
background-color css
<style>
a { background-color: #D00545; }
a { background-color: rgb(208,5,69); }
div.DivClassName
{
background-color: #D00545;
}
.BgClassName
{
background-color: #D00545;
}
</style>
border-color css
<style>
span { border-color: #D00545; }
span { border-color: rgb(208,5,69); }
td.TdClassName
{
border-color: #D00545;
}
.TagClassName
{
border-color: #D00545;
}
</style>