Shades of Crimson #CF103C
Tints of Crimson #CF103C
RGB
CMYK
RGB Variations
Color information
#CF103C (or 0xCF103C) is known color: Crimson. HEX triplet: CF, 10 and 3C. RGB value is (207,16,60). Sum of RGB (Red+Green+Blue) = 207+16+60=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF103C is #30EFC3. Grayscale: #4E4E4E. Windows color (decimal): -3207108 or 3936463. OLE color: 3936463.
HSL color Cylindrical-coordinate representation of color #CF103C: hue angle of 346.18º 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 #CF103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.19 |
| HSL | 346.18º | 0.86% | 0.44% | - |
| HSV(B) | 346.18º | 0.92% | 0.81% | - |
| XYZ | 26.73 | 13.96 | 5.56 | - |
| YUV | 78.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 60 | 0 | 0.92 | 0.71 | 0.19 | 346.18 | 0.86 | 0.44 |
| Hex | CF | 10 | 3C | 0 | 5C | 47 | 13 | 15A | 56 | 2C |
| Octal | 317 | 20 | 74 | 0 | 134 | 107 | 23 | 532 | 126 | 54 |
| Binary | 11001111 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CF103C
Complementary color
Monochromatic Colors of #CF103C
Black with #CF103C
Text Example
Text Example
White with #CF103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF103C; }
p { color: rgb(207,16,60); }
H1.HeaderClassName
{
color: #CF103C;
}
.AnyTagClassName
{
color: #CF103C;
}
</style>
background-color css
<style>
a { background-color: #CF103C; }
a { background-color: rgb(207,16,60); }
div.DivClassName
{
background-color: #CF103C;
}
.BgClassName
{
background-color: #CF103C;
}
</style>
border-color css
<style>
span { border-color: #CF103C; }
span { border-color: rgb(207,16,60); }
td.TdClassName
{
border-color: #CF103C;
}
.TagClassName
{
border-color: #CF103C;
}
</style>