Shades of Crimson #CF1543
Tints of Crimson #CF1543
RGB
CMYK
RGB Variations
Color information
#CF1543 (or 0xCF1543) is known color: Crimson. HEX triplet: CF, 15 and 43. RGB value is (207,21,67). Sum of RGB (Red+Green+Blue) = 207+21+67=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1543 is #30EABC. Grayscale: #515151. Windows color (decimal): -3205821 or 4396495. OLE color: 4396495.
HSL color Cylindrical-coordinate representation of color #CF1543: hue angle of 345.16º 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 #CF1543 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.19 |
| HSL | 345.16º | 0.82% | 0.45% | - |
| HSV(B) | 345.16º | 0.9% | 0.81% | - |
| XYZ | 27.01 | 14.21 | 6.63 | - |
| YUV | 81.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 67 | 0 | 0.90 | 0.68 | 0.19 | 345.16 | 0.82 | 0.45 |
| Hex | CF | 15 | 43 | 0 | 5A | 44 | 13 | 159 | 52 | 2D |
| Octal | 317 | 25 | 103 | 0 | 132 | 104 | 23 | 531 | 122 | 55 |
| Binary | 11001111 | 10101 | 1000011 | 0 | 1011010 | 1000100 | 10011 | 101011001 | 1010010 | 101101 |
Color Harmonies of #CF1543
Complementary color
Monochromatic Colors of #CF1543
Black with #CF1543
Text Example
Text Example
White with #CF1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1543; }
p { color: rgb(207,21,67); }
H1.HeaderClassName
{
color: #CF1543;
}
.AnyTagClassName
{
color: #CF1543;
}
</style>
background-color css
<style>
a { background-color: #CF1543; }
a { background-color: rgb(207,21,67); }
div.DivClassName
{
background-color: #CF1543;
}
.BgClassName
{
background-color: #CF1543;
}
</style>
border-color css
<style>
span { border-color: #CF1543; }
span { border-color: rgb(207,21,67); }
td.TdClassName
{
border-color: #CF1543;
}
.TagClassName
{
border-color: #CF1543;
}
</style>