Shades of Crimson #D00F45
Tints of Crimson #D00F45
RGB
CMYK
RGB Variations
Color information
#D00F45 (or 0xD00F45) is known color: Crimson. HEX triplet: D0, 0F and 45. RGB value is (208,15,69). Sum of RGB (Red+Green+Blue) = 208+15+69=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F45 is #2FF0BA. Grayscale: #4E4E4E. Windows color (decimal): -3141819 or 4526032. OLE color: 4526032.
HSL color Cylindrical-coordinate representation of color #D00F45: hue angle of 343.21º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F45 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 69 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.18 |
| HSL | 343.21º | 0.87% | 0.44% | - |
| HSV(B) | 343.21º | 0.93% | 0.82% | - |
| XYZ | 27.26 | 14.18 | 6.93 | - |
| YUV | 78.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 69 | 0 | 0.93 | 0.67 | 0.18 | 343.21 | 0.87 | 0.44 |
| Hex | D0 | F | 45 | 0 | 5D | 43 | 12 | 157 | 57 | 2C |
| Octal | 320 | 17 | 105 | 0 | 135 | 103 | 22 | 527 | 127 | 54 |
| Binary | 11010000 | 1111 | 1000101 | 0 | 1011101 | 1000011 | 10010 | 101010111 | 1010111 | 101100 |
Color Harmonies of #D00F45
Complementary color
Monochromatic Colors of #D00F45
Black with #D00F45
Text Example
Text Example
White with #D00F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F45; }
p { color: rgb(208,15,69); }
H1.HeaderClassName
{
color: #D00F45;
}
.AnyTagClassName
{
color: #D00F45;
}
</style>
background-color css
<style>
a { background-color: #D00F45; }
a { background-color: rgb(208,15,69); }
div.DivClassName
{
background-color: #D00F45;
}
.BgClassName
{
background-color: #D00F45;
}
</style>
border-color css
<style>
span { border-color: #D00F45; }
span { border-color: rgb(208,15,69); }
td.TdClassName
{
border-color: #D00F45;
}
.TagClassName
{
border-color: #D00F45;
}
</style>