Shades of Crimson #CF0032
Tints of Crimson #CF0032
RGB
CMYK
RGB Variations
Color information
#CF0032 (or 0xCF0032) is known color: Crimson. HEX triplet: CF, 00 and 32. RGB value is (207,0,50). Sum of RGB (Red+Green+Blue) = 207+0+50=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0032 is #30FFCD. Grayscale: #434343. Windows color (decimal): -3211214 or 3277007. OLE color: 3277007.
HSL color Cylindrical-coordinate representation of color #CF0032: hue angle of 345.51º 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 #CF0032 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.76 | 0.19 |
| HSL | 345.51º | 1% | 0.41% | - |
| HSV(B) | 345.51º | 1% | 0.81% | - |
| XYZ | 26.31 | 13.5 | 4.24 | - |
| YUV | 67.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 50 | 0 | 1 | 0.76 | 0.19 | 345.51 | 1 | 0.41 |
| Hex | CF | 0 | 32 | 0 | 64 | 4C | 13 | 15A | 64 | 29 |
| Octal | 317 | 0 | 62 | 0 | 144 | 114 | 23 | 532 | 144 | 51 |
| Binary | 11001111 | 0 | 110010 | 0 | 1100100 | 1001100 | 10011 | 101011010 | 1100100 | 101001 |
Color Harmonies of #CF0032
Complementary color
Monochromatic Colors of #CF0032
Black with #CF0032
Text Example
Text Example
White with #CF0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0032; }
p { color: rgb(207,0,50); }
H1.HeaderClassName
{
color: #CF0032;
}
.AnyTagClassName
{
color: #CF0032;
}
</style>
background-color css
<style>
a { background-color: #CF0032; }
a { background-color: rgb(207,0,50); }
div.DivClassName
{
background-color: #CF0032;
}
.BgClassName
{
background-color: #CF0032;
}
</style>
border-color css
<style>
span { border-color: #CF0032; }
span { border-color: rgb(207,0,50); }
td.TdClassName
{
border-color: #CF0032;
}
.TagClassName
{
border-color: #CF0032;
}
</style>