Shades of Crimson #CF063D
Tints of Crimson #CF063D
RGB
CMYK
RGB Variations
Color information
#CF063D (or 0xCF063D) is known color: Crimson. HEX triplet: CF, 06 and 3D. RGB value is (207,6,61). Sum of RGB (Red+Green+Blue) = 207+6+61=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF063D is #30F9C2. Grayscale: #484848. Windows color (decimal): -3209667 or 3999439. OLE color: 3999439.
HSL color Cylindrical-coordinate representation of color #CF063D: hue angle of 343.58º 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 #CF063D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.19 |
| HSL | 343.58º | 0.94% | 0.42% | - |
| HSV(B) | 343.58º | 0.97% | 0.81% | - |
| XYZ | 26.64 | 13.73 | 5.66 | - |
| YUV | 72.37 | 121.59 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 61 | 0 | 0.97 | 0.71 | 0.19 | 343.58 | 0.94 | 0.42 |
| Hex | CF | 6 | 3D | 0 | 61 | 47 | 13 | 158 | 5E | 2A |
| Octal | 317 | 6 | 75 | 0 | 141 | 107 | 23 | 530 | 136 | 52 |
| Binary | 11001111 | 110 | 111101 | 0 | 1100001 | 1000111 | 10011 | 101011000 | 1011110 | 101010 |
Color Harmonies of #CF063D
Complementary color
Monochromatic Colors of #CF063D
Black with #CF063D
Text Example
Text Example
White with #CF063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF063D; }
p { color: rgb(207,6,61); }
H1.HeaderClassName
{
color: #CF063D;
}
.AnyTagClassName
{
color: #CF063D;
}
</style>
background-color css
<style>
a { background-color: #CF063D; }
a { background-color: rgb(207,6,61); }
div.DivClassName
{
background-color: #CF063D;
}
.BgClassName
{
background-color: #CF063D;
}
</style>
border-color css
<style>
span { border-color: #CF063D; }
span { border-color: rgb(207,6,61); }
td.TdClassName
{
border-color: #CF063D;
}
.TagClassName
{
border-color: #CF063D;
}
</style>