Shades of Crimson #CF0237
Tints of Crimson #CF0237
RGB
CMYK
RGB Variations
Color information
#CF0237 (or 0xCF0237) is known color: Crimson. HEX triplet: CF, 02 and 37. RGB value is (207,2,55). Sum of RGB (Red+Green+Blue) = 207+2+55=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0237 is #30FDC8. Grayscale: #454545. Windows color (decimal): -3210697 or 3605199. OLE color: 3605199.
HSL color Cylindrical-coordinate representation of color #CF0237: hue angle of 344.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0237 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.19 |
| HSL | 344.49º | 0.98% | 0.41% | - |
| HSV(B) | 344.49º | 0.99% | 0.81% | - |
| XYZ | 26.44 | 13.58 | 4.84 | - |
| YUV | 69.34 | 119.92 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 55 | 0 | 0.99 | 0.73 | 0.19 | 344.49 | 0.98 | 0.41 |
| Hex | CF | 2 | 37 | 0 | 63 | 49 | 13 | 158 | 62 | 29 |
| Octal | 317 | 2 | 67 | 0 | 143 | 111 | 23 | 530 | 142 | 51 |
| Binary | 11001111 | 10 | 110111 | 0 | 1100011 | 1001001 | 10011 | 101011000 | 1100010 | 101001 |
Color Harmonies of #CF0237
Complementary color
Monochromatic Colors of #CF0237
Black with #CF0237
Text Example
Text Example
White with #CF0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0237; }
p { color: rgb(207,2,55); }
H1.HeaderClassName
{
color: #CF0237;
}
.AnyTagClassName
{
color: #CF0237;
}
</style>
background-color css
<style>
a { background-color: #CF0237; }
a { background-color: rgb(207,2,55); }
div.DivClassName
{
background-color: #CF0237;
}
.BgClassName
{
background-color: #CF0237;
}
</style>
border-color css
<style>
span { border-color: #CF0237; }
span { border-color: rgb(207,2,55); }
td.TdClassName
{
border-color: #CF0237;
}
.TagClassName
{
border-color: #CF0237;
}
</style>