Shades of Crimson #CF043C
Tints of Crimson #CF043C
RGB
CMYK
RGB Variations
Color information
#CF043C (or 0xCF043C) is known color: Crimson. HEX triplet: CF, 04 and 3C. RGB value is (207,4,60). Sum of RGB (Red+Green+Blue) = 207+4+60=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF043C is #30FBC3. Grayscale: #474747. Windows color (decimal): -3210180 or 3933391. OLE color: 3933391.
HSL color Cylindrical-coordinate representation of color #CF043C: hue angle of 343.45º 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 #CF043C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.19 |
| HSL | 343.45º | 0.96% | 0.41% | - |
| HSV(B) | 343.45º | 0.98% | 0.81% | - |
| XYZ | 26.59 | 13.68 | 5.51 | - |
| YUV | 71.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 60 | 0 | 0.98 | 0.71 | 0.19 | 343.45 | 0.96 | 0.41 |
| Hex | CF | 4 | 3C | 0 | 62 | 47 | 13 | 157 | 60 | 29 |
| Octal | 317 | 4 | 74 | 0 | 142 | 107 | 23 | 527 | 140 | 51 |
| Binary | 11001111 | 100 | 111100 | 0 | 1100010 | 1000111 | 10011 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CF043C
Complementary color
Monochromatic Colors of #CF043C
Black with #CF043C
Text Example
Text Example
White with #CF043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF043C; }
p { color: rgb(207,4,60); }
H1.HeaderClassName
{
color: #CF043C;
}
.AnyTagClassName
{
color: #CF043C;
}
</style>
background-color css
<style>
a { background-color: #CF043C; }
a { background-color: rgb(207,4,60); }
div.DivClassName
{
background-color: #CF043C;
}
.BgClassName
{
background-color: #CF043C;
}
</style>
border-color css
<style>
span { border-color: #CF043C; }
span { border-color: rgb(207,4,60); }
td.TdClassName
{
border-color: #CF043C;
}
.TagClassName
{
border-color: #CF043C;
}
</style>