Shades of Crimson #CF084B
Tints of Crimson #CF084B
RGB
CMYK
RGB Variations
Color information
#CF084B (or 0xCF084B) is known color: Crimson. HEX triplet: CF, 08 and 4B. RGB value is (207,8,75). Sum of RGB (Red+Green+Blue) = 207+8+75=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF084B is #30F7B4. Grayscale: #4B4B4B. Windows color (decimal): -3209141 or 4917455. OLE color: 4917455.
HSL color Cylindrical-coordinate representation of color #CF084B: hue angle of 339.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF084B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 75 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.19 |
| HSL | 339.8º | 0.93% | 0.42% | - |
| HSV(B) | 339.8º | 0.96% | 0.81% | - |
| XYZ | 27.09 | 13.95 | 7.92 | - |
| YUV | 75.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 75 | 0 | 0.96 | 0.64 | 0.19 | 339.8 | 0.93 | 0.42 |
| Hex | CF | 8 | 4B | 0 | 60 | 40 | 13 | 154 | 5D | 2A |
| Octal | 317 | 10 | 113 | 0 | 140 | 100 | 23 | 524 | 135 | 52 |
| Binary | 11001111 | 1000 | 1001011 | 0 | 1100000 | 1000000 | 10011 | 101010100 | 1011101 | 101010 |
Color Harmonies of #CF084B
Complementary color
Monochromatic Colors of #CF084B
Black with #CF084B
Text Example
Text Example
White with #CF084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF084B; }
p { color: rgb(207,8,75); }
H1.HeaderClassName
{
color: #CF084B;
}
.AnyTagClassName
{
color: #CF084B;
}
</style>
background-color css
<style>
a { background-color: #CF084B; }
a { background-color: rgb(207,8,75); }
div.DivClassName
{
background-color: #CF084B;
}
.BgClassName
{
background-color: #CF084B;
}
</style>
border-color css
<style>
span { border-color: #CF084B; }
span { border-color: rgb(207,8,75); }
td.TdClassName
{
border-color: #CF084B;
}
.TagClassName
{
border-color: #CF084B;
}
</style>