Shades of Crimson #CF1437
Tints of Crimson #CF1437
RGB
CMYK
RGB Variations
Color information
#CF1437 (or 0xCF1437) is known color: Crimson. HEX triplet: CF, 14 and 37. RGB value is (207,20,55). Sum of RGB (Red+Green+Blue) = 207+20+55=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1437 is #30EBC8. Grayscale: #4F4F4F. Windows color (decimal): -3206089 or 3609807. OLE color: 3609807.
HSL color Cylindrical-coordinate representation of color #CF1437: hue angle of 348.77º 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 #CF1437 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.19 |
| HSL | 348.77º | 0.82% | 0.45% | - |
| HSV(B) | 348.77º | 0.9% | 0.81% | - |
| XYZ | 26.67 | 14.04 | 4.92 | - |
| YUV | 79.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 55 | 0 | 0.90 | 0.73 | 0.19 | 348.77 | 0.82 | 0.45 |
| Hex | CF | 14 | 37 | 0 | 5A | 49 | 13 | 15D | 52 | 2D |
| Octal | 317 | 24 | 67 | 0 | 132 | 111 | 23 | 535 | 122 | 55 |
| Binary | 11001111 | 10100 | 110111 | 0 | 1011010 | 1001001 | 10011 | 101011101 | 1010010 | 101101 |
Color Harmonies of #CF1437
Complementary color
Monochromatic Colors of #CF1437
Black with #CF1437
Text Example
Text Example
White with #CF1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1437; }
p { color: rgb(207,20,55); }
H1.HeaderClassName
{
color: #CF1437;
}
.AnyTagClassName
{
color: #CF1437;
}
</style>
background-color css
<style>
a { background-color: #CF1437; }
a { background-color: rgb(207,20,55); }
div.DivClassName
{
background-color: #CF1437;
}
.BgClassName
{
background-color: #CF1437;
}
</style>
border-color css
<style>
span { border-color: #CF1437; }
span { border-color: rgb(207,20,55); }
td.TdClassName
{
border-color: #CF1437;
}
.TagClassName
{
border-color: #CF1437;
}
</style>