Shades of Crimson #CF0145
Tints of Crimson #CF0145
RGB
CMYK
RGB Variations
Color information
#CF0145 (or 0xCF0145) is known color: Crimson. HEX triplet: CF, 01 and 45. RGB value is (207,1,69). Sum of RGB (Red+Green+Blue) = 207+1+69=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0145 is #30FEBA. Grayscale: #464646. Windows color (decimal): -3210939 or 4522447. OLE color: 4522447.
HSL color Cylindrical-coordinate representation of color #CF0145: hue angle of 340.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0145 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.19 |
| HSL | 340.19º | 0.99% | 0.41% | - |
| HSV(B) | 340.19º | 1% | 0.81% | - |
| XYZ | 26.82 | 13.72 | 6.86 | - |
| YUV | 70.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 69 | 0 | 1.00 | 0.67 | 0.19 | 340.19 | 0.99 | 0.41 |
| Hex | CF | 1 | 45 | 0 | 64 | 43 | 13 | 154 | 63 | 29 |
| Octal | 317 | 1 | 105 | 0 | 144 | 103 | 23 | 524 | 143 | 51 |
| Binary | 11001111 | 1 | 1000101 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100011 | 101001 |
Color Harmonies of #CF0145
Complementary color
Monochromatic Colors of #CF0145
Black with #CF0145
Text Example
Text Example
White with #CF0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0145; }
p { color: rgb(207,1,69); }
H1.HeaderClassName
{
color: #CF0145;
}
.AnyTagClassName
{
color: #CF0145;
}
</style>
background-color css
<style>
a { background-color: #CF0145; }
a { background-color: rgb(207,1,69); }
div.DivClassName
{
background-color: #CF0145;
}
.BgClassName
{
background-color: #CF0145;
}
</style>
border-color css
<style>
span { border-color: #CF0145; }
span { border-color: rgb(207,1,69); }
td.TdClassName
{
border-color: #CF0145;
}
.TagClassName
{
border-color: #CF0145;
}
</style>