Shades of Crimson #CF0F3F
Tints of Crimson #CF0F3F
RGB
CMYK
RGB Variations
Color information
#CF0F3F (or 0xCF0F3F) is known color: Crimson. HEX triplet: CF, 0F and 3F. RGB value is (207,15,63). Sum of RGB (Red+Green+Blue) = 207+15+63=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F3F is #30F0C0. Grayscale: #4D4D4D. Windows color (decimal): -3207361 or 4132815. OLE color: 4132815.
HSL color Cylindrical-coordinate representation of color #CF0F3F: hue angle of 345º 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 #CF0F3F is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 63 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.19 |
| HSL | 345º | 0.86% | 0.44% | - |
| HSV(B) | 345º | 0.93% | 0.81% | - |
| XYZ | 26.8 | 13.97 | 5.99 | - |
| YUV | 77.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 63 | 0 | 0.93 | 0.70 | 0.19 | 345 | 0.86 | 0.44 |
| Hex | CF | F | 3F | 0 | 5D | 46 | 13 | 159 | 56 | 2C |
| Octal | 317 | 17 | 77 | 0 | 135 | 106 | 23 | 531 | 126 | 54 |
| Binary | 11001111 | 1111 | 111111 | 0 | 1011101 | 1000110 | 10011 | 101011001 | 1010110 | 101100 |
Color Harmonies of #CF0F3F
Complementary color
Monochromatic Colors of #CF0F3F
Black with #CF0F3F
Text Example
Text Example
White with #CF0F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F3F; }
p { color: rgb(207,15,63); }
H1.HeaderClassName
{
color: #CF0F3F;
}
.AnyTagClassName
{
color: #CF0F3F;
}
</style>
background-color css
<style>
a { background-color: #CF0F3F; }
a { background-color: rgb(207,15,63); }
div.DivClassName
{
background-color: #CF0F3F;
}
.BgClassName
{
background-color: #CF0F3F;
}
</style>
border-color css
<style>
span { border-color: #CF0F3F; }
span { border-color: rgb(207,15,63); }
td.TdClassName
{
border-color: #CF0F3F;
}
.TagClassName
{
border-color: #CF0F3F;
}
</style>