Shades of Crimson #CF1A4D
Tints of Crimson #CF1A4D
RGB
CMYK
RGB Variations
Color information
#CF1A4D (or 0xCF1A4D) is known color: Crimson. HEX triplet: CF, 1A and 4D. RGB value is (207,26,77). Sum of RGB (Red+Green+Blue) = 207+26+77=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A4D is #30E5B2. Grayscale: #555555. Windows color (decimal): -3204531 or 5053135. OLE color: 5053135.
HSL color Cylindrical-coordinate representation of color #CF1A4D: hue angle of 343.09º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A4D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 77 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.19 |
| HSL | 343.09º | 0.78% | 0.46% | - |
| HSV(B) | 343.09º | 0.87% | 0.81% | - |
| XYZ | 27.44 | 14.54 | 8.38 | - |
| YUV | 85.93 | 122.97 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 77 | 0 | 0.87 | 0.63 | 0.19 | 343.09 | 0.78 | 0.46 |
| Hex | CF | 1A | 4D | 0 | 57 | 3F | 13 | 157 | 4E | 2E |
| Octal | 317 | 32 | 115 | 0 | 127 | 77 | 23 | 527 | 116 | 56 |
| Binary | 11001111 | 11010 | 1001101 | 0 | 1010111 | 111111 | 10011 | 101010111 | 1001110 | 101110 |
Color Harmonies of #CF1A4D
Complementary color
Monochromatic Colors of #CF1A4D
Black with #CF1A4D
Text Example
Text Example
White with #CF1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A4D; }
p { color: rgb(207,26,77); }
H1.HeaderClassName
{
color: #CF1A4D;
}
.AnyTagClassName
{
color: #CF1A4D;
}
</style>
background-color css
<style>
a { background-color: #CF1A4D; }
a { background-color: rgb(207,26,77); }
div.DivClassName
{
background-color: #CF1A4D;
}
.BgClassName
{
background-color: #CF1A4D;
}
</style>
border-color css
<style>
span { border-color: #CF1A4D; }
span { border-color: rgb(207,26,77); }
td.TdClassName
{
border-color: #CF1A4D;
}
.TagClassName
{
border-color: #CF1A4D;
}
</style>