Shades of Crimson #CF144E
Tints of Crimson #CF144E
RGB
CMYK
RGB Variations
Color information
#CF144E (or 0xCF144E) is known color: Crimson. HEX triplet: CF, 14 and 4E. RGB value is (207,20,78). Sum of RGB (Red+Green+Blue) = 207+20+78=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF144E is #30EBB1. Grayscale: #525252. Windows color (decimal): -3206066 or 5117135. OLE color: 5117135.
HSL color Cylindrical-coordinate representation of color #CF144E: hue angle of 341.39º 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 #CF144E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.19 |
| HSL | 341.39º | 0.82% | 0.45% | - |
| HSV(B) | 341.39º | 0.9% | 0.81% | - |
| XYZ | 27.36 | 14.32 | 8.53 | - |
| YUV | 82.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 78 | 0 | 0.90 | 0.62 | 0.19 | 341.39 | 0.82 | 0.45 |
| Hex | CF | 14 | 4E | 0 | 5A | 3E | 13 | 155 | 52 | 2D |
| Octal | 317 | 24 | 116 | 0 | 132 | 76 | 23 | 525 | 122 | 55 |
| Binary | 11001111 | 10100 | 1001110 | 0 | 1011010 | 111110 | 10011 | 101010101 | 1010010 | 101101 |
Color Harmonies of #CF144E
Complementary color
Monochromatic Colors of #CF144E
Black with #CF144E
Text Example
Text Example
White with #CF144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF144E; }
p { color: rgb(207,20,78); }
H1.HeaderClassName
{
color: #CF144E;
}
.AnyTagClassName
{
color: #CF144E;
}
</style>
background-color css
<style>
a { background-color: #CF144E; }
a { background-color: rgb(207,20,78); }
div.DivClassName
{
background-color: #CF144E;
}
.BgClassName
{
background-color: #CF144E;
}
</style>
border-color css
<style>
span { border-color: #CF144E; }
span { border-color: rgb(207,20,78); }
td.TdClassName
{
border-color: #CF144E;
}
.TagClassName
{
border-color: #CF144E;
}
</style>