Shades of Crimson #CF002F
Tints of Crimson #CF002F
RGB
CMYK
RGB Variations
Color information
#CF002F (or 0xCF002F) is known color: Crimson. HEX triplet: CF, 00 and 2F. RGB value is (207,0,47). Sum of RGB (Red+Green+Blue) = 207+0+47=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF002F is #30FFD0. Grayscale: #434343. Windows color (decimal): -3211217 or 3080399. OLE color: 3080399.
HSL color Cylindrical-coordinate representation of color #CF002F: hue angle of 346.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF002F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.77 | 0.19 |
| HSL | 346.38º | 1% | 0.41% | - |
| HSV(B) | 346.38º | 1% | 0.81% | - |
| XYZ | 26.25 | 13.47 | 3.91 | - |
| YUV | 67.25 | 116.58 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 47 | 0 | 1 | 0.77 | 0.19 | 346.38 | 1 | 0.41 |
| Hex | CF | 0 | 2F | 0 | 64 | 4D | 13 | 15A | 64 | 29 |
| Octal | 317 | 0 | 57 | 0 | 144 | 115 | 23 | 532 | 144 | 51 |
| Binary | 11001111 | 0 | 101111 | 0 | 1100100 | 1001101 | 10011 | 101011010 | 1100100 | 101001 |
Color Harmonies of #CF002F
Complementary color
Monochromatic Colors of #CF002F
Black with #CF002F
Text Example
Text Example
White with #CF002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF002F; }
p { color: rgb(207,0,47); }
H1.HeaderClassName
{
color: #CF002F;
}
.AnyTagClassName
{
color: #CF002F;
}
</style>
background-color css
<style>
a { background-color: #CF002F; }
a { background-color: rgb(207,0,47); }
div.DivClassName
{
background-color: #CF002F;
}
.BgClassName
{
background-color: #CF002F;
}
</style>
border-color css
<style>
span { border-color: #CF002F; }
span { border-color: rgb(207,0,47); }
td.TdClassName
{
border-color: #CF002F;
}
.TagClassName
{
border-color: #CF002F;
}
</style>