Shades of Crimson #CF194B
Tints of Crimson #CF194B
RGB
CMYK
RGB Variations
Color information
#CF194B (or 0xCF194B) is known color: Crimson. HEX triplet: CF, 19 and 4B. RGB value is (207,25,75). Sum of RGB (Red+Green+Blue) = 207+25+75=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF194B is #30E6B4. Grayscale: #555555. Windows color (decimal): -3204789 or 4921807. OLE color: 4921807.
HSL color Cylindrical-coordinate representation of color #CF194B: hue angle of 343.52º 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 #CF194B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 75 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.19 |
| HSL | 343.52º | 0.78% | 0.45% | - |
| HSV(B) | 343.52º | 0.88% | 0.81% | - |
| XYZ | 27.35 | 14.47 | 8.01 | - |
| YUV | 85.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 75 | 0 | 0.88 | 0.64 | 0.19 | 343.52 | 0.78 | 0.45 |
| Hex | CF | 19 | 4B | 0 | 58 | 40 | 13 | 158 | 4E | 2D |
| Octal | 317 | 31 | 113 | 0 | 130 | 100 | 23 | 530 | 116 | 55 |
| Binary | 11001111 | 11001 | 1001011 | 0 | 1011000 | 1000000 | 10011 | 101011000 | 1001110 | 101101 |
Color Harmonies of #CF194B
Complementary color
Monochromatic Colors of #CF194B
Black with #CF194B
Text Example
Text Example
White with #CF194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF194B; }
p { color: rgb(207,25,75); }
H1.HeaderClassName
{
color: #CF194B;
}
.AnyTagClassName
{
color: #CF194B;
}
</style>
background-color css
<style>
a { background-color: #CF194B; }
a { background-color: rgb(207,25,75); }
div.DivClassName
{
background-color: #CF194B;
}
.BgClassName
{
background-color: #CF194B;
}
</style>
border-color css
<style>
span { border-color: #CF194B; }
span { border-color: rgb(207,25,75); }
td.TdClassName
{
border-color: #CF194B;
}
.TagClassName
{
border-color: #CF194B;
}
</style>