Shades of Crimson #CF0231
Tints of Crimson #CF0231
RGB
CMYK
RGB Variations
Color information
#CF0231 (or 0xCF0231) is known color: Crimson. HEX triplet: CF, 02 and 31. RGB value is (207,2,49). Sum of RGB (Red+Green+Blue) = 207+2+49=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0231 is #30FDCE. Grayscale: #444444. Windows color (decimal): -3210703 or 3211983. OLE color: 3211983.
HSL color Cylindrical-coordinate representation of color #CF0231: hue angle of 346.24º 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 #CF0231 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.19 |
| HSL | 346.24º | 0.98% | 0.41% | - |
| HSV(B) | 346.24º | 0.99% | 0.81% | - |
| XYZ | 26.31 | 13.53 | 4.13 | - |
| YUV | 68.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 49 | 0 | 0.99 | 0.76 | 0.19 | 346.24 | 0.98 | 0.41 |
| Hex | CF | 2 | 31 | 0 | 63 | 4C | 13 | 15A | 62 | 29 |
| Octal | 317 | 2 | 61 | 0 | 143 | 114 | 23 | 532 | 142 | 51 |
| Binary | 11001111 | 10 | 110001 | 0 | 1100011 | 1001100 | 10011 | 101011010 | 1100010 | 101001 |
Color Harmonies of #CF0231
Complementary color
Monochromatic Colors of #CF0231
Black with #CF0231
Text Example
Text Example
White with #CF0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0231; }
p { color: rgb(207,2,49); }
H1.HeaderClassName
{
color: #CF0231;
}
.AnyTagClassName
{
color: #CF0231;
}
</style>
background-color css
<style>
a { background-color: #CF0231; }
a { background-color: rgb(207,2,49); }
div.DivClassName
{
background-color: #CF0231;
}
.BgClassName
{
background-color: #CF0231;
}
</style>
border-color css
<style>
span { border-color: #CF0231; }
span { border-color: rgb(207,2,49); }
td.TdClassName
{
border-color: #CF0231;
}
.TagClassName
{
border-color: #CF0231;
}
</style>