Shades of Crimson #CF002D
Tints of Crimson #CF002D
RGB
CMYK
RGB Variations
Color information
#CF002D (or 0xCF002D) is known color: Crimson. HEX triplet: CF, 00 and 2D. RGB value is (207,0,45). Sum of RGB (Red+Green+Blue) = 207+0+45=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF002D is #30FFD2. Grayscale: #434343. Windows color (decimal): -3211219 or 2949327. OLE color: 2949327.
HSL color Cylindrical-coordinate representation of color #CF002D: hue angle of 346.96º 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 #CF002D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.78 | 0.19 |
| HSL | 346.96º | 1% | 0.41% | - |
| HSV(B) | 346.96º | 1% | 0.81% | - |
| XYZ | 26.21 | 13.45 | 3.7 | - |
| YUV | 67.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 45 | 0 | 1 | 0.78 | 0.19 | 346.96 | 1 | 0.41 |
| Hex | CF | 0 | 2D | 0 | 64 | 4E | 13 | 15B | 64 | 29 |
| Octal | 317 | 0 | 55 | 0 | 144 | 116 | 23 | 533 | 144 | 51 |
| Binary | 11001111 | 0 | 101101 | 0 | 1100100 | 1001110 | 10011 | 101011011 | 1100100 | 101001 |
Color Harmonies of #CF002D
Complementary color
Monochromatic Colors of #CF002D
Black with #CF002D
Text Example
Text Example
White with #CF002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF002D; }
p { color: rgb(207,0,45); }
H1.HeaderClassName
{
color: #CF002D;
}
.AnyTagClassName
{
color: #CF002D;
}
</style>
background-color css
<style>
a { background-color: #CF002D; }
a { background-color: rgb(207,0,45); }
div.DivClassName
{
background-color: #CF002D;
}
.BgClassName
{
background-color: #CF002D;
}
</style>
border-color css
<style>
span { border-color: #CF002D; }
span { border-color: rgb(207,0,45); }
td.TdClassName
{
border-color: #CF002D;
}
.TagClassName
{
border-color: #CF002D;
}
</style>