Shades of Crimson #CF0045
Tints of Crimson #CF0045
RGB
CMYK
RGB Variations
Color information
#CF0045 (or 0xCF0045) is known color: Crimson. HEX triplet: CF, 00 and 45. RGB value is (207,0,69). Sum of RGB (Red+Green+Blue) = 207+0+69=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0045 is #30FFBA. Grayscale: #454545. Windows color (decimal): -3211195 or 4522191. OLE color: 4522191.
HSL color Cylindrical-coordinate representation of color #CF0045: hue angle of 340º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0045 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.67 | 0.19 |
| HSL | 340º | 1% | 0.41% | - |
| HSV(B) | 340º | 1% | 0.81% | - |
| XYZ | 26.81 | 13.7 | 6.86 | - |
| YUV | 69.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 69 | 0 | 1 | 0.67 | 0.19 | 340 | 1 | 0.41 |
| Hex | CF | 0 | 45 | 0 | 64 | 43 | 13 | 154 | 64 | 29 |
| Octal | 317 | 0 | 105 | 0 | 144 | 103 | 23 | 524 | 144 | 51 |
| Binary | 11001111 | 0 | 1000101 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100100 | 101001 |
Color Harmonies of #CF0045
Complementary color
Monochromatic Colors of #CF0045
Black with #CF0045
Text Example
Text Example
White with #CF0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0045; }
p { color: rgb(207,0,69); }
H1.HeaderClassName
{
color: #CF0045;
}
.AnyTagClassName
{
color: #CF0045;
}
</style>
background-color css
<style>
a { background-color: #CF0045; }
a { background-color: rgb(207,0,69); }
div.DivClassName
{
background-color: #CF0045;
}
.BgClassName
{
background-color: #CF0045;
}
</style>
border-color css
<style>
span { border-color: #CF0045; }
span { border-color: rgb(207,0,69); }
td.TdClassName
{
border-color: #CF0045;
}
.TagClassName
{
border-color: #CF0045;
}
</style>