Shades of Crimson #CF104A
Tints of Crimson #CF104A
RGB
CMYK
RGB Variations
Color information
#CF104A (or 0xCF104A) is known color: Crimson. HEX triplet: CF, 10 and 4A. RGB value is (207,16,74). Sum of RGB (Red+Green+Blue) = 207+16+74=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF104A is #30EFB5. Grayscale: #4F4F4F. Windows color (decimal): -3207094 or 4853967. OLE color: 4853967.
HSL color Cylindrical-coordinate representation of color #CF104A: hue angle of 341.78º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF104A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 74 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.19 |
| HSL | 341.78º | 0.86% | 0.44% | - |
| HSV(B) | 341.78º | 0.92% | 0.81% | - |
| XYZ | 27.15 | 14.13 | 7.77 | - |
| YUV | 79.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 74 | 0 | 0.92 | 0.64 | 0.19 | 341.78 | 0.86 | 0.44 |
| Hex | CF | 10 | 4A | 0 | 5C | 40 | 13 | 156 | 56 | 2C |
| Octal | 317 | 20 | 112 | 0 | 134 | 100 | 23 | 526 | 126 | 54 |
| Binary | 11001111 | 10000 | 1001010 | 0 | 1011100 | 1000000 | 10011 | 101010110 | 1010110 | 101100 |
Color Harmonies of #CF104A
Complementary color
Monochromatic Colors of #CF104A
Black with #CF104A
Text Example
Text Example
White with #CF104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF104A; }
p { color: rgb(207,16,74); }
H1.HeaderClassName
{
color: #CF104A;
}
.AnyTagClassName
{
color: #CF104A;
}
</style>
background-color css
<style>
a { background-color: #CF104A; }
a { background-color: rgb(207,16,74); }
div.DivClassName
{
background-color: #CF104A;
}
.BgClassName
{
background-color: #CF104A;
}
</style>
border-color css
<style>
span { border-color: #CF104A; }
span { border-color: rgb(207,16,74); }
td.TdClassName
{
border-color: #CF104A;
}
.TagClassName
{
border-color: #CF104A;
}
</style>