Shades of Crimson #CF0745
Tints of Crimson #CF0745
RGB
CMYK
RGB Variations
Color information
#CF0745 (or 0xCF0745) is known color: Crimson. HEX triplet: CF, 07 and 45. RGB value is (207,7,69). Sum of RGB (Red+Green+Blue) = 207+7+69=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0745 is #30F8BA. Grayscale: #494949. Windows color (decimal): -3209403 or 4523983. OLE color: 4523983.
HSL color Cylindrical-coordinate representation of color #CF0745: hue angle of 341.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0745 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 69 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.19 |
| HSL | 341.4º | 0.93% | 0.42% | - |
| HSV(B) | 341.4º | 0.97% | 0.81% | - |
| XYZ | 26.88 | 13.85 | 6.89 | - |
| YUV | 73.87 | 125.26 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 69 | 0 | 0.97 | 0.67 | 0.19 | 341.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 45 | 0 | 61 | 43 | 13 | 155 | 5D | 2A |
| Octal | 317 | 7 | 105 | 0 | 141 | 103 | 23 | 525 | 135 | 52 |
| Binary | 11001111 | 111 | 1000101 | 0 | 1100001 | 1000011 | 10011 | 101010101 | 1011101 | 101010 |
Color Harmonies of #CF0745
Complementary color
Monochromatic Colors of #CF0745
Black with #CF0745
Text Example
Text Example
White with #CF0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0745; }
p { color: rgb(207,7,69); }
H1.HeaderClassName
{
color: #CF0745;
}
.AnyTagClassName
{
color: #CF0745;
}
</style>
background-color css
<style>
a { background-color: #CF0745; }
a { background-color: rgb(207,7,69); }
div.DivClassName
{
background-color: #CF0745;
}
.BgClassName
{
background-color: #CF0745;
}
</style>
border-color css
<style>
span { border-color: #CF0745; }
span { border-color: rgb(207,7,69); }
td.TdClassName
{
border-color: #CF0745;
}
.TagClassName
{
border-color: #CF0745;
}
</style>