Shades of Crimson #CF103D
Tints of Crimson #CF103D
RGB
CMYK
RGB Variations
Color information
#CF103D (or 0xCF103D) is known color: Crimson. HEX triplet: CF, 10 and 3D. RGB value is (207,16,61). Sum of RGB (Red+Green+Blue) = 207+16+61=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF103D is #30EFC2. Grayscale: #4E4E4E. Windows color (decimal): -3207107 or 4001999. OLE color: 4001999.
HSL color Cylindrical-coordinate representation of color #CF103D: hue angle of 345.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF103D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.19 |
| HSL | 345.86º | 0.86% | 0.44% | - |
| HSV(B) | 345.86º | 0.92% | 0.81% | - |
| XYZ | 26.76 | 13.97 | 5.7 | - |
| YUV | 78.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 61 | 0 | 0.92 | 0.71 | 0.19 | 345.86 | 0.86 | 0.44 |
| Hex | CF | 10 | 3D | 0 | 5C | 47 | 13 | 15A | 56 | 2C |
| Octal | 317 | 20 | 75 | 0 | 134 | 107 | 23 | 532 | 126 | 54 |
| Binary | 11001111 | 10000 | 111101 | 0 | 1011100 | 1000111 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CF103D
Complementary color
Monochromatic Colors of #CF103D
Black with #CF103D
Text Example
Text Example
White with #CF103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF103D; }
p { color: rgb(207,16,61); }
H1.HeaderClassName
{
color: #CF103D;
}
.AnyTagClassName
{
color: #CF103D;
}
</style>
background-color css
<style>
a { background-color: #CF103D; }
a { background-color: rgb(207,16,61); }
div.DivClassName
{
background-color: #CF103D;
}
.BgClassName
{
background-color: #CF103D;
}
</style>
border-color css
<style>
span { border-color: #CF103D; }
span { border-color: rgb(207,16,61); }
td.TdClassName
{
border-color: #CF103D;
}
.TagClassName
{
border-color: #CF103D;
}
</style>