Shades of Crimson #CF0347
Tints of Crimson #CF0347
RGB
CMYK
RGB Variations
Color information
#CF0347 (or 0xCF0347) is known color: Crimson. HEX triplet: CF, 03 and 47. RGB value is (207,3,71). Sum of RGB (Red+Green+Blue) = 207+3+71=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0347 is #30FCB8. Grayscale: #474747. Windows color (decimal): -3210425 or 4654031. OLE color: 4654031.
HSL color Cylindrical-coordinate representation of color #CF0347: hue angle of 340º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0347 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 71 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.19 |
| HSL | 340º | 0.97% | 0.41% | - |
| HSV(B) | 340º | 0.99% | 0.81% | - |
| XYZ | 26.9 | 13.79 | 7.2 | - |
| YUV | 71.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 71 | 0 | 0.99 | 0.66 | 0.19 | 340 | 0.97 | 0.41 |
| Hex | CF | 3 | 47 | 0 | 63 | 42 | 13 | 154 | 61 | 29 |
| Octal | 317 | 3 | 107 | 0 | 143 | 102 | 23 | 524 | 141 | 51 |
| Binary | 11001111 | 11 | 1000111 | 0 | 1100011 | 1000010 | 10011 | 101010100 | 1100001 | 101001 |
Color Harmonies of #CF0347
Complementary color
Monochromatic Colors of #CF0347
Black with #CF0347
Text Example
Text Example
White with #CF0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0347; }
p { color: rgb(207,3,71); }
H1.HeaderClassName
{
color: #CF0347;
}
.AnyTagClassName
{
color: #CF0347;
}
</style>
background-color css
<style>
a { background-color: #CF0347; }
a { background-color: rgb(207,3,71); }
div.DivClassName
{
background-color: #CF0347;
}
.BgClassName
{
background-color: #CF0347;
}
</style>
border-color css
<style>
span { border-color: #CF0347; }
span { border-color: rgb(207,3,71); }
td.TdClassName
{
border-color: #CF0347;
}
.TagClassName
{
border-color: #CF0347;
}
</style>