Shades of Crimson #CF0F48
Tints of Crimson #CF0F48
RGB
CMYK
RGB Variations
Color information
#CF0F48 (or 0xCF0F48) is known color: Crimson. HEX triplet: CF, 0F and 48. RGB value is (207,15,72). Sum of RGB (Red+Green+Blue) = 207+15+72=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F48 is #30F0B7. Grayscale: #4E4E4E. Windows color (decimal): -3207352 or 4722639. OLE color: 4722639.
HSL color Cylindrical-coordinate representation of color #CF0F48: hue angle of 342.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F48 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 72 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.19 |
| HSL | 342.19º | 0.86% | 0.44% | - |
| HSV(B) | 342.19º | 0.93% | 0.81% | - |
| XYZ | 27.07 | 14.07 | 7.42 | - |
| YUV | 78.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 72 | 0 | 0.93 | 0.65 | 0.19 | 342.19 | 0.86 | 0.44 |
| Hex | CF | F | 48 | 0 | 5D | 41 | 13 | 156 | 56 | 2C |
| Octal | 317 | 17 | 110 | 0 | 135 | 101 | 23 | 526 | 126 | 54 |
| Binary | 11001111 | 1111 | 1001000 | 0 | 1011101 | 1000001 | 10011 | 101010110 | 1010110 | 101100 |
Color Harmonies of #CF0F48
Complementary color
Monochromatic Colors of #CF0F48
Black with #CF0F48
Text Example
Text Example
White with #CF0F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F48; }
p { color: rgb(207,15,72); }
H1.HeaderClassName
{
color: #CF0F48;
}
.AnyTagClassName
{
color: #CF0F48;
}
</style>
background-color css
<style>
a { background-color: #CF0F48; }
a { background-color: rgb(207,15,72); }
div.DivClassName
{
background-color: #CF0F48;
}
.BgClassName
{
background-color: #CF0F48;
}
</style>
border-color css
<style>
span { border-color: #CF0F48; }
span { border-color: rgb(207,15,72); }
td.TdClassName
{
border-color: #CF0F48;
}
.TagClassName
{
border-color: #CF0F48;
}
</style>