Shades of Crimson #CF0631
Tints of Crimson #CF0631
RGB
CMYK
RGB Variations
Color information
#CF0631 (or 0xCF0631) is known color: Crimson. HEX triplet: CF, 06 and 31. RGB value is (207,6,49). Sum of RGB (Red+Green+Blue) = 207+6+49=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0631 is #30F9CE. Grayscale: #474747. Windows color (decimal): -3209679 or 3213007. OLE color: 3213007.
HSL color Cylindrical-coordinate representation of color #CF0631: hue angle of 347.16º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.19 |
| HSL | 347.16º | 0.94% | 0.42% | - |
| HSV(B) | 347.16º | 0.97% | 0.81% | - |
| XYZ | 26.35 | 13.62 | 4.15 | - |
| YUV | 71 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 49 | 0 | 0.97 | 0.76 | 0.19 | 347.16 | 0.94 | 0.42 |
| Hex | CF | 6 | 31 | 0 | 61 | 4C | 13 | 15B | 5E | 2A |
| Octal | 317 | 6 | 61 | 0 | 141 | 114 | 23 | 533 | 136 | 52 |
| Binary | 11001111 | 110 | 110001 | 0 | 1100001 | 1001100 | 10011 | 101011011 | 1011110 | 101010 |
Color Harmonies of #CF0631
Complementary color
Monochromatic Colors of #CF0631
Black with #CF0631
Text Example
Text Example
White with #CF0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0631; }
p { color: rgb(207,6,49); }
H1.HeaderClassName
{
color: #CF0631;
}
.AnyTagClassName
{
color: #CF0631;
}
</style>
background-color css
<style>
a { background-color: #CF0631; }
a { background-color: rgb(207,6,49); }
div.DivClassName
{
background-color: #CF0631;
}
.BgClassName
{
background-color: #CF0631;
}
</style>
border-color css
<style>
span { border-color: #CF0631; }
span { border-color: rgb(207,6,49); }
td.TdClassName
{
border-color: #CF0631;
}
.TagClassName
{
border-color: #CF0631;
}
</style>