Shades of Crimson #CF173E
Tints of Crimson #CF173E
RGB
CMYK
RGB Variations
Color information
#CF173E (or 0xCF173E) is known color: Crimson. HEX triplet: CF, 17 and 3E. RGB value is (207,23,62). Sum of RGB (Red+Green+Blue) = 207+23+62=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF173E is #30E8C1. Grayscale: #525252. Windows color (decimal): -3205314 or 4069327. OLE color: 4069327.
HSL color Cylindrical-coordinate representation of color #CF173E: hue angle of 347.28º 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 #CF173E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 62 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.19 |
| HSL | 347.28º | 0.8% | 0.45% | - |
| HSV(B) | 347.28º | 0.89% | 0.81% | - |
| XYZ | 26.91 | 14.23 | 5.89 | - |
| YUV | 82.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 62 | 0 | 0.89 | 0.70 | 0.19 | 347.28 | 0.8 | 0.45 |
| Hex | CF | 17 | 3E | 0 | 59 | 46 | 13 | 15B | 50 | 2D |
| Octal | 317 | 27 | 76 | 0 | 131 | 106 | 23 | 533 | 120 | 55 |
| Binary | 11001111 | 10111 | 111110 | 0 | 1011001 | 1000110 | 10011 | 101011011 | 1010000 | 101101 |
Color Harmonies of #CF173E
Complementary color
Monochromatic Colors of #CF173E
Black with #CF173E
Text Example
Text Example
White with #CF173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF173E; }
p { color: rgb(207,23,62); }
H1.HeaderClassName
{
color: #CF173E;
}
.AnyTagClassName
{
color: #CF173E;
}
</style>
background-color css
<style>
a { background-color: #CF173E; }
a { background-color: rgb(207,23,62); }
div.DivClassName
{
background-color: #CF173E;
}
.BgClassName
{
background-color: #CF173E;
}
</style>
border-color css
<style>
span { border-color: #CF173E; }
span { border-color: rgb(207,23,62); }
td.TdClassName
{
border-color: #CF173E;
}
.TagClassName
{
border-color: #CF173E;
}
</style>