Shades of Crimson #CF012F
Tints of Crimson #CF012F
RGB
CMYK
RGB Variations
Color information
#CF012F (or 0xCF012F) is known color: Crimson. HEX triplet: CF, 01 and 2F. RGB value is (207,1,47). Sum of RGB (Red+Green+Blue) = 207+1+47=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF012F is #30FED0. Grayscale: #434343. Windows color (decimal): -3210961 or 3080655. OLE color: 3080655.
HSL color Cylindrical-coordinate representation of color #CF012F: hue angle of 346.6º 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 #CF012F is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.19 |
| HSL | 346.6º | 0.99% | 0.41% | - |
| HSV(B) | 346.6º | 1% | 0.81% | - |
| XYZ | 26.26 | 13.49 | 3.91 | - |
| YUV | 67.84 | 116.25 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 47 | 0 | 1.00 | 0.77 | 0.19 | 346.6 | 0.99 | 0.41 |
| Hex | CF | 1 | 2F | 0 | 64 | 4D | 13 | 15B | 63 | 29 |
| Octal | 317 | 1 | 57 | 0 | 144 | 115 | 23 | 533 | 143 | 51 |
| Binary | 11001111 | 1 | 101111 | 0 | 1100100 | 1001101 | 10011 | 101011011 | 1100011 | 101001 |
Color Harmonies of #CF012F
Complementary color
Monochromatic Colors of #CF012F
Black with #CF012F
Text Example
Text Example
White with #CF012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF012F; }
p { color: rgb(207,1,47); }
H1.HeaderClassName
{
color: #CF012F;
}
.AnyTagClassName
{
color: #CF012F;
}
</style>
background-color css
<style>
a { background-color: #CF012F; }
a { background-color: rgb(207,1,47); }
div.DivClassName
{
background-color: #CF012F;
}
.BgClassName
{
background-color: #CF012F;
}
</style>
border-color css
<style>
span { border-color: #CF012F; }
span { border-color: rgb(207,1,47); }
td.TdClassName
{
border-color: #CF012F;
}
.TagClassName
{
border-color: #CF012F;
}
</style>