Shades of Crimson #CF043D
Tints of Crimson #CF043D
RGB
CMYK
RGB Variations
Color information
#CF043D (or 0xCF043D) is known color: Crimson. HEX triplet: CF, 04 and 3D. RGB value is (207,4,61). Sum of RGB (Red+Green+Blue) = 207+4+61=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF043D is #30FBC2. Grayscale: #474747. Windows color (decimal): -3210179 or 3998927. OLE color: 3998927.
HSL color Cylindrical-coordinate representation of color #CF043D: hue angle of 343.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF043D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.19 |
| HSL | 343.15º | 0.96% | 0.41% | - |
| HSV(B) | 343.15º | 0.98% | 0.81% | - |
| XYZ | 26.62 | 13.69 | 5.65 | - |
| YUV | 71.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 61 | 0 | 0.98 | 0.71 | 0.19 | 343.15 | 0.96 | 0.41 |
| Hex | CF | 4 | 3D | 0 | 62 | 47 | 13 | 157 | 60 | 29 |
| Octal | 317 | 4 | 75 | 0 | 142 | 107 | 23 | 527 | 140 | 51 |
| Binary | 11001111 | 100 | 111101 | 0 | 1100010 | 1000111 | 10011 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CF043D
Complementary color
Monochromatic Colors of #CF043D
Black with #CF043D
Text Example
Text Example
White with #CF043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF043D; }
p { color: rgb(207,4,61); }
H1.HeaderClassName
{
color: #CF043D;
}
.AnyTagClassName
{
color: #CF043D;
}
</style>
background-color css
<style>
a { background-color: #CF043D; }
a { background-color: rgb(207,4,61); }
div.DivClassName
{
background-color: #CF043D;
}
.BgClassName
{
background-color: #CF043D;
}
</style>
border-color css
<style>
span { border-color: #CF043D; }
span { border-color: rgb(207,4,61); }
td.TdClassName
{
border-color: #CF043D;
}
.TagClassName
{
border-color: #CF043D;
}
</style>