Shades of Crimson #CF1943
Tints of Crimson #CF1943
RGB
CMYK
RGB Variations
Color information
#CF1943 (or 0xCF1943) is known color: Crimson. HEX triplet: CF, 19 and 43. RGB value is (207,25,67). Sum of RGB (Red+Green+Blue) = 207+25+67=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1943 is #30E6BC. Grayscale: #545454. Windows color (decimal): -3204797 or 4397519. OLE color: 4397519.
HSL color Cylindrical-coordinate representation of color #CF1943: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1943 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 67 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.19 |
| HSL | 346.15º | 0.78% | 0.45% | - |
| HSV(B) | 346.15º | 0.88% | 0.81% | - |
| XYZ | 27.09 | 14.37 | 6.66 | - |
| YUV | 84.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 67 | 0 | 0.88 | 0.68 | 0.19 | 346.15 | 0.78 | 0.45 |
| Hex | CF | 19 | 43 | 0 | 58 | 44 | 13 | 15A | 4E | 2D |
| Octal | 317 | 31 | 103 | 0 | 130 | 104 | 23 | 532 | 116 | 55 |
| Binary | 11001111 | 11001 | 1000011 | 0 | 1011000 | 1000100 | 10011 | 101011010 | 1001110 | 101101 |
Color Harmonies of #CF1943
Complementary color
Monochromatic Colors of #CF1943
Black with #CF1943
Text Example
Text Example
White with #CF1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1943; }
p { color: rgb(207,25,67); }
H1.HeaderClassName
{
color: #CF1943;
}
.AnyTagClassName
{
color: #CF1943;
}
</style>
background-color css
<style>
a { background-color: #CF1943; }
a { background-color: rgb(207,25,67); }
div.DivClassName
{
background-color: #CF1943;
}
.BgClassName
{
background-color: #CF1943;
}
</style>
border-color css
<style>
span { border-color: #CF1943; }
span { border-color: rgb(207,25,67); }
td.TdClassName
{
border-color: #CF1943;
}
.TagClassName
{
border-color: #CF1943;
}
</style>