Shades of Crimson #CF063A
Tints of Crimson #CF063A
RGB
CMYK
RGB Variations
Color information
#CF063A (or 0xCF063A) is known color: Crimson. HEX triplet: CF, 06 and 3A. RGB value is (207,6,58). Sum of RGB (Red+Green+Blue) = 207+6+58=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF063A is #30F9C5. Grayscale: #484848. Windows color (decimal): -3209670 or 3802831. OLE color: 3802831.
HSL color Cylindrical-coordinate representation of color #CF063A: hue angle of 344.48º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF063A is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.19 |
| HSL | 344.48º | 0.94% | 0.42% | - |
| HSV(B) | 344.48º | 0.97% | 0.81% | - |
| XYZ | 26.56 | 13.7 | 5.25 | - |
| YUV | 72.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 58 | 0 | 0.97 | 0.72 | 0.19 | 344.48 | 0.94 | 0.42 |
| Hex | CF | 6 | 3A | 0 | 61 | 48 | 13 | 158 | 5E | 2A |
| Octal | 317 | 6 | 72 | 0 | 141 | 110 | 23 | 530 | 136 | 52 |
| Binary | 11001111 | 110 | 111010 | 0 | 1100001 | 1001000 | 10011 | 101011000 | 1011110 | 101010 |
Color Harmonies of #CF063A
Complementary color
Monochromatic Colors of #CF063A
Black with #CF063A
Text Example
Text Example
White with #CF063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF063A; }
p { color: rgb(207,6,58); }
H1.HeaderClassName
{
color: #CF063A;
}
.AnyTagClassName
{
color: #CF063A;
}
</style>
background-color css
<style>
a { background-color: #CF063A; }
a { background-color: rgb(207,6,58); }
div.DivClassName
{
background-color: #CF063A;
}
.BgClassName
{
background-color: #CF063A;
}
</style>
border-color css
<style>
span { border-color: #CF063A; }
span { border-color: rgb(207,6,58); }
td.TdClassName
{
border-color: #CF063A;
}
.TagClassName
{
border-color: #CF063A;
}
</style>