Shades of Crimson #CF174A
Tints of Crimson #CF174A
RGB
CMYK
RGB Variations
Color information
#CF174A (or 0xCF174A) is known color: Crimson. HEX triplet: CF, 17 and 4A. RGB value is (207,23,74). Sum of RGB (Red+Green+Blue) = 207+23+74=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF174A is #30E8B5. Grayscale: #535353. Windows color (decimal): -3205302 or 4855759. OLE color: 4855759.
HSL color Cylindrical-coordinate representation of color #CF174A: hue angle of 343.37º 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 #CF174A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.19 |
| HSL | 343.37º | 0.8% | 0.45% | - |
| HSV(B) | 343.37º | 0.89% | 0.81% | - |
| XYZ | 27.27 | 14.37 | 7.82 | - |
| YUV | 83.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 74 | 0 | 0.89 | 0.64 | 0.19 | 343.37 | 0.8 | 0.45 |
| Hex | CF | 17 | 4A | 0 | 59 | 40 | 13 | 157 | 50 | 2D |
| Octal | 317 | 27 | 112 | 0 | 131 | 100 | 23 | 527 | 120 | 55 |
| Binary | 11001111 | 10111 | 1001010 | 0 | 1011001 | 1000000 | 10011 | 101010111 | 1010000 | 101101 |
Color Harmonies of #CF174A
Complementary color
Monochromatic Colors of #CF174A
Black with #CF174A
Text Example
Text Example
White with #CF174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF174A; }
p { color: rgb(207,23,74); }
H1.HeaderClassName
{
color: #CF174A;
}
.AnyTagClassName
{
color: #CF174A;
}
</style>
background-color css
<style>
a { background-color: #CF174A; }
a { background-color: rgb(207,23,74); }
div.DivClassName
{
background-color: #CF174A;
}
.BgClassName
{
background-color: #CF174A;
}
</style>
border-color css
<style>
span { border-color: #CF174A; }
span { border-color: rgb(207,23,74); }
td.TdClassName
{
border-color: #CF174A;
}
.TagClassName
{
border-color: #CF174A;
}
</style>