Shades of Crimson #CF1537
Tints of Crimson #CF1537
RGB
CMYK
RGB Variations
Color information
#CF1537 (or 0xCF1537) is known color: Crimson. HEX triplet: CF, 15 and 37. RGB value is (207,21,55). Sum of RGB (Red+Green+Blue) = 207+21+55=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1537 is #30EAC8. Grayscale: #505050. Windows color (decimal): -3205833 or 3610063. OLE color: 3610063.
HSL color Cylindrical-coordinate representation of color #CF1537: hue angle of 349.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1537 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.19 |
| HSL | 349.03º | 0.82% | 0.45% | - |
| HSV(B) | 349.03º | 0.9% | 0.81% | - |
| XYZ | 26.69 | 14.08 | 4.92 | - |
| YUV | 80.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 55 | 0 | 0.90 | 0.73 | 0.19 | 349.03 | 0.82 | 0.45 |
| Hex | CF | 15 | 37 | 0 | 5A | 49 | 13 | 15D | 52 | 2D |
| Octal | 317 | 25 | 67 | 0 | 132 | 111 | 23 | 535 | 122 | 55 |
| Binary | 11001111 | 10101 | 110111 | 0 | 1011010 | 1001001 | 10011 | 101011101 | 1010010 | 101101 |
Color Harmonies of #CF1537
Complementary color
Monochromatic Colors of #CF1537
Black with #CF1537
Text Example
Text Example
White with #CF1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1537; }
p { color: rgb(207,21,55); }
H1.HeaderClassName
{
color: #CF1537;
}
.AnyTagClassName
{
color: #CF1537;
}
</style>
background-color css
<style>
a { background-color: #CF1537; }
a { background-color: rgb(207,21,55); }
div.DivClassName
{
background-color: #CF1537;
}
.BgClassName
{
background-color: #CF1537;
}
</style>
border-color css
<style>
span { border-color: #CF1537; }
span { border-color: rgb(207,21,55); }
td.TdClassName
{
border-color: #CF1537;
}
.TagClassName
{
border-color: #CF1537;
}
</style>