Shades of Crimson #CF1542
Tints of Crimson #CF1542
RGB
CMYK
RGB Variations
Color information
#CF1542 (or 0xCF1542) is known color: Crimson. HEX triplet: CF, 15 and 42. RGB value is (207,21,66). Sum of RGB (Red+Green+Blue) = 207+21+66=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1542 is #30EABD. Grayscale: #515151. Windows color (decimal): -3205822 or 4330959. OLE color: 4330959.
HSL color Cylindrical-coordinate representation of color #CF1542: hue angle of 345.48º 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 #CF1542 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 66 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.19 |
| HSL | 345.48º | 0.82% | 0.45% | - |
| HSV(B) | 345.48º | 0.9% | 0.81% | - |
| XYZ | 26.98 | 14.2 | 6.47 | - |
| YUV | 81.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 66 | 0 | 0.90 | 0.68 | 0.19 | 345.48 | 0.82 | 0.45 |
| Hex | CF | 15 | 42 | 0 | 5A | 44 | 13 | 159 | 52 | 2D |
| Octal | 317 | 25 | 102 | 0 | 132 | 104 | 23 | 531 | 122 | 55 |
| Binary | 11001111 | 10101 | 1000010 | 0 | 1011010 | 1000100 | 10011 | 101011001 | 1010010 | 101101 |
Color Harmonies of #CF1542
Complementary color
Monochromatic Colors of #CF1542
Black with #CF1542
Text Example
Text Example
White with #CF1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1542; }
p { color: rgb(207,21,66); }
H1.HeaderClassName
{
color: #CF1542;
}
.AnyTagClassName
{
color: #CF1542;
}
</style>
background-color css
<style>
a { background-color: #CF1542; }
a { background-color: rgb(207,21,66); }
div.DivClassName
{
background-color: #CF1542;
}
.BgClassName
{
background-color: #CF1542;
}
</style>
border-color css
<style>
span { border-color: #CF1542; }
span { border-color: rgb(207,21,66); }
td.TdClassName
{
border-color: #CF1542;
}
.TagClassName
{
border-color: #CF1542;
}
</style>