Shades of Crimson #CF173F
Tints of Crimson #CF173F
RGB
CMYK
RGB Variations
Color information
#CF173F (or 0xCF173F) is known color: Crimson. HEX triplet: CF, 17 and 3F. RGB value is (207,23,63). Sum of RGB (Red+Green+Blue) = 207+23+63=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF173F is #30E8C0. Grayscale: #525252. Windows color (decimal): -3205313 or 4134863. OLE color: 4134863.
HSL color Cylindrical-coordinate representation of color #CF173F: hue angle of 346.96º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF173F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 63 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.19 |
| HSL | 346.96º | 0.8% | 0.45% | - |
| HSV(B) | 346.96º | 0.89% | 0.81% | - |
| XYZ | 26.94 | 14.24 | 6.03 | - |
| YUV | 82.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 63 | 0 | 0.89 | 0.70 | 0.19 | 346.96 | 0.8 | 0.45 |
| Hex | CF | 17 | 3F | 0 | 59 | 46 | 13 | 15B | 50 | 2D |
| Octal | 317 | 27 | 77 | 0 | 131 | 106 | 23 | 533 | 120 | 55 |
| Binary | 11001111 | 10111 | 111111 | 0 | 1011001 | 1000110 | 10011 | 101011011 | 1010000 | 101101 |
Color Harmonies of #CF173F
Complementary color
Monochromatic Colors of #CF173F
Black with #CF173F
Text Example
Text Example
White with #CF173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF173F; }
p { color: rgb(207,23,63); }
H1.HeaderClassName
{
color: #CF173F;
}
.AnyTagClassName
{
color: #CF173F;
}
</style>
background-color css
<style>
a { background-color: #CF173F; }
a { background-color: rgb(207,23,63); }
div.DivClassName
{
background-color: #CF173F;
}
.BgClassName
{
background-color: #CF173F;
}
</style>
border-color css
<style>
span { border-color: #CF173F; }
span { border-color: rgb(207,23,63); }
td.TdClassName
{
border-color: #CF173F;
}
.TagClassName
{
border-color: #CF173F;
}
</style>