Shades of Crimson #CF114B
Tints of Crimson #CF114B
RGB
CMYK
RGB Variations
Color information
#CF114B (or 0xCF114B) is known color: Crimson. HEX triplet: CF, 11 and 4B. RGB value is (207,17,75). Sum of RGB (Red+Green+Blue) = 207+17+75=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF114B is #30EEB4. Grayscale: #505050. Windows color (decimal): -3206837 or 4919759. OLE color: 4919759.
HSL color Cylindrical-coordinate representation of color #CF114B: hue angle of 341.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF114B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.19 |
| HSL | 341.68º | 0.85% | 0.44% | - |
| HSV(B) | 341.68º | 0.92% | 0.81% | - |
| XYZ | 27.2 | 14.17 | 7.96 | - |
| YUV | 80.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 75 | 0 | 0.92 | 0.64 | 0.19 | 341.68 | 0.85 | 0.44 |
| Hex | CF | 11 | 4B | 0 | 5C | 40 | 13 | 156 | 55 | 2C |
| Octal | 317 | 21 | 113 | 0 | 134 | 100 | 23 | 526 | 125 | 54 |
| Binary | 11001111 | 10001 | 1001011 | 0 | 1011100 | 1000000 | 10011 | 101010110 | 1010101 | 101100 |
Color Harmonies of #CF114B
Complementary color
Monochromatic Colors of #CF114B
Black with #CF114B
Text Example
Text Example
White with #CF114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF114B; }
p { color: rgb(207,17,75); }
H1.HeaderClassName
{
color: #CF114B;
}
.AnyTagClassName
{
color: #CF114B;
}
</style>
background-color css
<style>
a { background-color: #CF114B; }
a { background-color: rgb(207,17,75); }
div.DivClassName
{
background-color: #CF114B;
}
.BgClassName
{
background-color: #CF114B;
}
</style>
border-color css
<style>
span { border-color: #CF114B; }
span { border-color: rgb(207,17,75); }
td.TdClassName
{
border-color: #CF114B;
}
.TagClassName
{
border-color: #CF114B;
}
</style>