Shades of Crimson #CF013F
Tints of Crimson #CF013F
RGB
CMYK
RGB Variations
Color information
#CF013F (or 0xCF013F) is known color: Crimson. HEX triplet: CF, 01 and 3F. RGB value is (207,1,63). Sum of RGB (Red+Green+Blue) = 207+1+63=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF013F is #30FEC0. Grayscale: #454545. Windows color (decimal): -3210945 or 4129231. OLE color: 4129231.
HSL color Cylindrical-coordinate representation of color #CF013F: hue angle of 341.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF013F is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.19 |
| HSL | 341.94º | 0.99% | 0.41% | - |
| HSV(B) | 341.94º | 1% | 0.81% | - |
| XYZ | 26.64 | 13.65 | 5.93 | - |
| YUV | 69.66 | 124.25 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 63 | 0 | 1.00 | 0.70 | 0.19 | 341.94 | 0.99 | 0.41 |
| Hex | CF | 1 | 3F | 0 | 64 | 46 | 13 | 156 | 63 | 29 |
| Octal | 317 | 1 | 77 | 0 | 144 | 106 | 23 | 526 | 143 | 51 |
| Binary | 11001111 | 1 | 111111 | 0 | 1100100 | 1000110 | 10011 | 101010110 | 1100011 | 101001 |
Color Harmonies of #CF013F
Complementary color
Monochromatic Colors of #CF013F
Black with #CF013F
Text Example
Text Example
White with #CF013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF013F; }
p { color: rgb(207,1,63); }
H1.HeaderClassName
{
color: #CF013F;
}
.AnyTagClassName
{
color: #CF013F;
}
</style>
background-color css
<style>
a { background-color: #CF013F; }
a { background-color: rgb(207,1,63); }
div.DivClassName
{
background-color: #CF013F;
}
.BgClassName
{
background-color: #CF013F;
}
</style>
border-color css
<style>
span { border-color: #CF013F; }
span { border-color: rgb(207,1,63); }
td.TdClassName
{
border-color: #CF013F;
}
.TagClassName
{
border-color: #CF013F;
}
</style>