Shades of Crimson #CF0831
Tints of Crimson #CF0831
RGB
CMYK
RGB Variations
Color information
#CF0831 (or 0xCF0831) is known color: Crimson. HEX triplet: CF, 08 and 31. RGB value is (207,8,49). Sum of RGB (Red+Green+Blue) = 207+8+49=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0831 is #30F7CE. Grayscale: #484848. Windows color (decimal): -3209167 or 3213519. OLE color: 3213519.
HSL color Cylindrical-coordinate representation of color #CF0831: hue angle of 347.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0831 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.19 |
| HSL | 347.64º | 0.93% | 0.42% | - |
| HSV(B) | 347.64º | 0.96% | 0.81% | - |
| XYZ | 26.37 | 13.66 | 4.15 | - |
| YUV | 72.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 49 | 0 | 0.96 | 0.76 | 0.19 | 347.64 | 0.93 | 0.42 |
| Hex | CF | 8 | 31 | 0 | 60 | 4C | 13 | 15C | 5D | 2A |
| Octal | 317 | 10 | 61 | 0 | 140 | 114 | 23 | 534 | 135 | 52 |
| Binary | 11001111 | 1000 | 110001 | 0 | 1100000 | 1001100 | 10011 | 101011100 | 1011101 | 101010 |
Color Harmonies of #CF0831
Complementary color
Monochromatic Colors of #CF0831
Black with #CF0831
Text Example
Text Example
White with #CF0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0831; }
p { color: rgb(207,8,49); }
H1.HeaderClassName
{
color: #CF0831;
}
.AnyTagClassName
{
color: #CF0831;
}
</style>
background-color css
<style>
a { background-color: #CF0831; }
a { background-color: rgb(207,8,49); }
div.DivClassName
{
background-color: #CF0831;
}
.BgClassName
{
background-color: #CF0831;
}
</style>
border-color css
<style>
span { border-color: #CF0831; }
span { border-color: rgb(207,8,49); }
td.TdClassName
{
border-color: #CF0831;
}
.TagClassName
{
border-color: #CF0831;
}
</style>