Shades of Crimson #CF1348
Tints of Crimson #CF1348
RGB
CMYK
RGB Variations
Color information
#CF1348 (or 0xCF1348) is known color: Crimson. HEX triplet: CF, 13 and 48. RGB value is (207,19,72). Sum of RGB (Red+Green+Blue) = 207+19+72=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1348 is #30ECB7. Grayscale: #515151. Windows color (decimal): -3206328 or 4723663. OLE color: 4723663.
HSL color Cylindrical-coordinate representation of color #CF1348: hue angle of 343.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1348 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 72 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.19 |
| HSL | 343.09º | 0.83% | 0.44% | - |
| HSV(B) | 343.09º | 0.91% | 0.81% | - |
| XYZ | 27.13 | 14.2 | 7.44 | - |
| YUV | 81.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 72 | 0 | 0.91 | 0.65 | 0.19 | 343.09 | 0.83 | 0.44 |
| Hex | CF | 13 | 48 | 0 | 5B | 41 | 13 | 157 | 53 | 2C |
| Octal | 317 | 23 | 110 | 0 | 133 | 101 | 23 | 527 | 123 | 54 |
| Binary | 11001111 | 10011 | 1001000 | 0 | 1011011 | 1000001 | 10011 | 101010111 | 1010011 | 101100 |
Color Harmonies of #CF1348
Complementary color
Monochromatic Colors of #CF1348
Black with #CF1348
Text Example
Text Example
White with #CF1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1348; }
p { color: rgb(207,19,72); }
H1.HeaderClassName
{
color: #CF1348;
}
.AnyTagClassName
{
color: #CF1348;
}
</style>
background-color css
<style>
a { background-color: #CF1348; }
a { background-color: rgb(207,19,72); }
div.DivClassName
{
background-color: #CF1348;
}
.BgClassName
{
background-color: #CF1348;
}
</style>
border-color css
<style>
span { border-color: #CF1348; }
span { border-color: rgb(207,19,72); }
td.TdClassName
{
border-color: #CF1348;
}
.TagClassName
{
border-color: #CF1348;
}
</style>