Shades of Crimson #CF144D
Tints of Crimson #CF144D
RGB
CMYK
RGB Variations
Color information
#CF144D (or 0xCF144D) is known color: Crimson. HEX triplet: CF, 14 and 4D. RGB value is (207,20,77). Sum of RGB (Red+Green+Blue) = 207+20+77=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF144D is #30EBB2. Grayscale: #525252. Windows color (decimal): -3206067 or 5051599. OLE color: 5051599.
HSL color Cylindrical-coordinate representation of color #CF144D: hue angle of 341.71º 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 #CF144D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 77 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.19 |
| HSL | 341.71º | 0.82% | 0.45% | - |
| HSV(B) | 341.71º | 0.9% | 0.81% | - |
| XYZ | 27.32 | 14.3 | 8.34 | - |
| YUV | 82.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 77 | 0 | 0.90 | 0.63 | 0.19 | 341.71 | 0.82 | 0.45 |
| Hex | CF | 14 | 4D | 0 | 5A | 3F | 13 | 156 | 52 | 2D |
| Octal | 317 | 24 | 115 | 0 | 132 | 77 | 23 | 526 | 122 | 55 |
| Binary | 11001111 | 10100 | 1001101 | 0 | 1011010 | 111111 | 10011 | 101010110 | 1010010 | 101101 |
Color Harmonies of #CF144D
Complementary color
Monochromatic Colors of #CF144D
Black with #CF144D
Text Example
Text Example
White with #CF144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF144D; }
p { color: rgb(207,20,77); }
H1.HeaderClassName
{
color: #CF144D;
}
.AnyTagClassName
{
color: #CF144D;
}
</style>
background-color css
<style>
a { background-color: #CF144D; }
a { background-color: rgb(207,20,77); }
div.DivClassName
{
background-color: #CF144D;
}
.BgClassName
{
background-color: #CF144D;
}
</style>
border-color css
<style>
span { border-color: #CF144D; }
span { border-color: rgb(207,20,77); }
td.TdClassName
{
border-color: #CF144D;
}
.TagClassName
{
border-color: #CF144D;
}
</style>