Shades of Crimson #CF103E
Tints of Crimson #CF103E
RGB
CMYK
RGB Variations
Color information
#CF103E (or 0xCF103E) is known color: Crimson. HEX triplet: CF, 10 and 3E. RGB value is (207,16,62). Sum of RGB (Red+Green+Blue) = 207+16+62=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF103E is #30EFC1. Grayscale: #4E4E4E. Windows color (decimal): -3207106 or 4067535. OLE color: 4067535.
HSL color Cylindrical-coordinate representation of color #CF103E: hue angle of 345.55º 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 #CF103E is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.19 |
| HSL | 345.55º | 0.86% | 0.44% | - |
| HSV(B) | 345.55º | 0.92% | 0.81% | - |
| XYZ | 26.79 | 13.98 | 5.84 | - |
| YUV | 78.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 62 | 0 | 0.92 | 0.70 | 0.19 | 345.55 | 0.86 | 0.44 |
| Hex | CF | 10 | 3E | 0 | 5C | 46 | 13 | 15A | 56 | 2C |
| Octal | 317 | 20 | 76 | 0 | 134 | 106 | 23 | 532 | 126 | 54 |
| Binary | 11001111 | 10000 | 111110 | 0 | 1011100 | 1000110 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CF103E
Complementary color
Monochromatic Colors of #CF103E
Black with #CF103E
Text Example
Text Example
White with #CF103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF103E; }
p { color: rgb(207,16,62); }
H1.HeaderClassName
{
color: #CF103E;
}
.AnyTagClassName
{
color: #CF103E;
}
</style>
background-color css
<style>
a { background-color: #CF103E; }
a { background-color: rgb(207,16,62); }
div.DivClassName
{
background-color: #CF103E;
}
.BgClassName
{
background-color: #CF103E;
}
</style>
border-color css
<style>
span { border-color: #CF103E; }
span { border-color: rgb(207,16,62); }
td.TdClassName
{
border-color: #CF103E;
}
.TagClassName
{
border-color: #CF103E;
}
</style>