Shades of Crimson #CF0442
Tints of Crimson #CF0442
RGB
CMYK
RGB Variations
Color information
#CF0442 (or 0xCF0442) is known color: Crimson. HEX triplet: CF, 04 and 42. RGB value is (207,4,66). Sum of RGB (Red+Green+Blue) = 207+4+66=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0442 is #30FBBD. Grayscale: #474747. Windows color (decimal): -3210174 or 4326607. OLE color: 4326607.
HSL color Cylindrical-coordinate representation of color #CF0442: hue angle of 341.67º 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 #CF0442 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.19 |
| HSL | 341.67º | 0.96% | 0.41% | - |
| HSV(B) | 341.67º | 0.98% | 0.81% | - |
| XYZ | 26.76 | 13.75 | 6.4 | - |
| YUV | 71.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 66 | 0 | 0.98 | 0.68 | 0.19 | 341.67 | 0.96 | 0.41 |
| Hex | CF | 4 | 42 | 0 | 62 | 44 | 13 | 156 | 60 | 29 |
| Octal | 317 | 4 | 102 | 0 | 142 | 104 | 23 | 526 | 140 | 51 |
| Binary | 11001111 | 100 | 1000010 | 0 | 1100010 | 1000100 | 10011 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CF0442
Complementary color
Monochromatic Colors of #CF0442
Black with #CF0442
Text Example
Text Example
White with #CF0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0442; }
p { color: rgb(207,4,66); }
H1.HeaderClassName
{
color: #CF0442;
}
.AnyTagClassName
{
color: #CF0442;
}
</style>
background-color css
<style>
a { background-color: #CF0442; }
a { background-color: rgb(207,4,66); }
div.DivClassName
{
background-color: #CF0442;
}
.BgClassName
{
background-color: #CF0442;
}
</style>
border-color css
<style>
span { border-color: #CF0442; }
span { border-color: rgb(207,4,66); }
td.TdClassName
{
border-color: #CF0442;
}
.TagClassName
{
border-color: #CF0442;
}
</style>