Shades of Crimson #CF052F
Tints of Crimson #CF052F
RGB
CMYK
RGB Variations
Color information
#CF052F (or 0xCF052F) is known color: Crimson. HEX triplet: CF, 05 and 2F. RGB value is (207,5,47). Sum of RGB (Red+Green+Blue) = 207+5+47=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052F is #30FAD0. Grayscale: #464646. Windows color (decimal): -3209937 or 3081679. OLE color: 3081679.
HSL color Cylindrical-coordinate representation of color #CF052F: hue angle of 347.52º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF052F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.19 |
| HSL | 347.52º | 0.95% | 0.42% | - |
| HSV(B) | 347.52º | 0.98% | 0.81% | - |
| XYZ | 26.3 | 13.58 | 3.92 | - |
| YUV | 70.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 47 | 0 | 0.98 | 0.77 | 0.19 | 347.52 | 0.95 | 0.42 |
| Hex | CF | 5 | 2F | 0 | 62 | 4D | 13 | 15C | 5F | 2A |
| Octal | 317 | 5 | 57 | 0 | 142 | 115 | 23 | 534 | 137 | 52 |
| Binary | 11001111 | 101 | 101111 | 0 | 1100010 | 1001101 | 10011 | 101011100 | 1011111 | 101010 |
Color Harmonies of #CF052F
Complementary color
Monochromatic Colors of #CF052F
Black with #CF052F
Text Example
Text Example
White with #CF052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF052F; }
p { color: rgb(207,5,47); }
H1.HeaderClassName
{
color: #CF052F;
}
.AnyTagClassName
{
color: #CF052F;
}
</style>
background-color css
<style>
a { background-color: #CF052F; }
a { background-color: rgb(207,5,47); }
div.DivClassName
{
background-color: #CF052F;
}
.BgClassName
{
background-color: #CF052F;
}
</style>
border-color css
<style>
span { border-color: #CF052F; }
span { border-color: rgb(207,5,47); }
td.TdClassName
{
border-color: #CF052F;
}
.TagClassName
{
border-color: #CF052F;
}
</style>