Shades of Crimson #CF1A4E
Tints of Crimson #CF1A4E
RGB
CMYK
RGB Variations
Color information
#CF1A4E (or 0xCF1A4E) is known color: Crimson. HEX triplet: CF, 1A and 4E. RGB value is (207,26,78). Sum of RGB (Red+Green+Blue) = 207+26+78=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A4E is #30E5B1. Grayscale: #565656. Windows color (decimal): -3204530 or 5118671. OLE color: 5118671.
HSL color Cylindrical-coordinate representation of color #CF1A4E: hue angle of 342.76º 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 #CF1A4E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 78 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.19 |
| HSL | 342.76º | 0.78% | 0.46% | - |
| HSV(B) | 342.76º | 0.87% | 0.81% | - |
| XYZ | 27.48 | 14.55 | 8.57 | - |
| YUV | 86.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 78 | 0 | 0.87 | 0.62 | 0.19 | 342.76 | 0.78 | 0.46 |
| Hex | CF | 1A | 4E | 0 | 57 | 3E | 13 | 157 | 4E | 2E |
| Octal | 317 | 32 | 116 | 0 | 127 | 76 | 23 | 527 | 116 | 56 |
| Binary | 11001111 | 11010 | 1001110 | 0 | 1010111 | 111110 | 10011 | 101010111 | 1001110 | 101110 |
Color Harmonies of #CF1A4E
Complementary color
Monochromatic Colors of #CF1A4E
Black with #CF1A4E
Text Example
Text Example
White with #CF1A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A4E; }
p { color: rgb(207,26,78); }
H1.HeaderClassName
{
color: #CF1A4E;
}
.AnyTagClassName
{
color: #CF1A4E;
}
</style>
background-color css
<style>
a { background-color: #CF1A4E; }
a { background-color: rgb(207,26,78); }
div.DivClassName
{
background-color: #CF1A4E;
}
.BgClassName
{
background-color: #CF1A4E;
}
</style>
border-color css
<style>
span { border-color: #CF1A4E; }
span { border-color: rgb(207,26,78); }
td.TdClassName
{
border-color: #CF1A4E;
}
.TagClassName
{
border-color: #CF1A4E;
}
</style>