Shades of Crimson #CF1745
Tints of Crimson #CF1745
RGB
CMYK
RGB Variations
Color information
#CF1745 (or 0xCF1745) is known color: Crimson. HEX triplet: CF, 17 and 45. RGB value is (207,23,69). Sum of RGB (Red+Green+Blue) = 207+23+69=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1745 is #30E8BA. Grayscale: #535353. Windows color (decimal): -3205307 or 4528079. OLE color: 4528079.
HSL color Cylindrical-coordinate representation of color #CF1745: hue angle of 345º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1745 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 69 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.19 |
| HSL | 345º | 0.8% | 0.45% | - |
| HSV(B) | 345º | 0.89% | 0.81% | - |
| XYZ | 27.11 | 14.31 | 6.96 | - |
| YUV | 83.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 69 | 0 | 0.89 | 0.67 | 0.19 | 345 | 0.8 | 0.45 |
| Hex | CF | 17 | 45 | 0 | 59 | 43 | 13 | 159 | 50 | 2D |
| Octal | 317 | 27 | 105 | 0 | 131 | 103 | 23 | 531 | 120 | 55 |
| Binary | 11001111 | 10111 | 1000101 | 0 | 1011001 | 1000011 | 10011 | 101011001 | 1010000 | 101101 |
Color Harmonies of #CF1745
Complementary color
Monochromatic Colors of #CF1745
Black with #CF1745
Text Example
Text Example
White with #CF1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1745; }
p { color: rgb(207,23,69); }
H1.HeaderClassName
{
color: #CF1745;
}
.AnyTagClassName
{
color: #CF1745;
}
</style>
background-color css
<style>
a { background-color: #CF1745; }
a { background-color: rgb(207,23,69); }
div.DivClassName
{
background-color: #CF1745;
}
.BgClassName
{
background-color: #CF1745;
}
</style>
border-color css
<style>
span { border-color: #CF1745; }
span { border-color: rgb(207,23,69); }
td.TdClassName
{
border-color: #CF1745;
}
.TagClassName
{
border-color: #CF1745;
}
</style>