Shades of Crimson #CF0039
Tints of Crimson #CF0039
RGB
CMYK
RGB Variations
Color information
#CF0039 (or 0xCF0039) is known color: Crimson. HEX triplet: CF, 00 and 39. RGB value is (207,0,57). Sum of RGB (Red+Green+Blue) = 207+0+57=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0039 is #30FFC6. Grayscale: #444444. Windows color (decimal): -3211207 or 3735759. OLE color: 3735759.
HSL color Cylindrical-coordinate representation of color #CF0039: hue angle of 343.48º 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 #CF0039 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.72 | 0.19 |
| HSL | 343.48º | 1% | 0.41% | - |
| HSV(B) | 343.48º | 1% | 0.81% | - |
| XYZ | 26.47 | 13.56 | 5.09 | - |
| YUV | 68.39 | 121.58 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 57 | 0 | 1 | 0.72 | 0.19 | 343.48 | 1 | 0.41 |
| Hex | CF | 0 | 39 | 0 | 64 | 48 | 13 | 157 | 64 | 29 |
| Octal | 317 | 0 | 71 | 0 | 144 | 110 | 23 | 527 | 144 | 51 |
| Binary | 11001111 | 0 | 111001 | 0 | 1100100 | 1001000 | 10011 | 101010111 | 1100100 | 101001 |
Color Harmonies of #CF0039
Complementary color
Monochromatic Colors of #CF0039
Black with #CF0039
Text Example
Text Example
White with #CF0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0039; }
p { color: rgb(207,0,57); }
H1.HeaderClassName
{
color: #CF0039;
}
.AnyTagClassName
{
color: #CF0039;
}
</style>
background-color css
<style>
a { background-color: #CF0039; }
a { background-color: rgb(207,0,57); }
div.DivClassName
{
background-color: #CF0039;
}
.BgClassName
{
background-color: #CF0039;
}
</style>
border-color css
<style>
span { border-color: #CF0039; }
span { border-color: rgb(207,0,57); }
td.TdClassName
{
border-color: #CF0039;
}
.TagClassName
{
border-color: #CF0039;
}
</style>