Shades of Crimson #CF042E
Tints of Crimson #CF042E
RGB
CMYK
RGB Variations
Color information
#CF042E (or 0xCF042E) is known color: Crimson. HEX triplet: CF, 04 and 2E. RGB value is (207,4,46). Sum of RGB (Red+Green+Blue) = 207+4+46=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF042E is #30FBD1. Grayscale: #454545. Windows color (decimal): -3210194 or 3015887. OLE color: 3015887.
HSL color Cylindrical-coordinate representation of color #CF042E: hue angle of 347.59º 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 #CF042E is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.19 |
| HSL | 347.59º | 0.96% | 0.41% | - |
| HSV(B) | 347.59º | 0.98% | 0.81% | - |
| XYZ | 26.27 | 13.55 | 3.82 | - |
| YUV | 69.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 46 | 0 | 0.98 | 0.78 | 0.19 | 347.59 | 0.96 | 0.41 |
| Hex | CF | 4 | 2E | 0 | 62 | 4E | 13 | 15C | 60 | 29 |
| Octal | 317 | 4 | 56 | 0 | 142 | 116 | 23 | 534 | 140 | 51 |
| Binary | 11001111 | 100 | 101110 | 0 | 1100010 | 1001110 | 10011 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CF042E
Complementary color
Monochromatic Colors of #CF042E
Black with #CF042E
Text Example
Text Example
White with #CF042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF042E; }
p { color: rgb(207,4,46); }
H1.HeaderClassName
{
color: #CF042E;
}
.AnyTagClassName
{
color: #CF042E;
}
</style>
background-color css
<style>
a { background-color: #CF042E; }
a { background-color: rgb(207,4,46); }
div.DivClassName
{
background-color: #CF042E;
}
.BgClassName
{
background-color: #CF042E;
}
</style>
border-color css
<style>
span { border-color: #CF042E; }
span { border-color: rgb(207,4,46); }
td.TdClassName
{
border-color: #CF042E;
}
.TagClassName
{
border-color: #CF042E;
}
</style>