Shades of Crimson #CF0734
Tints of Crimson #CF0734
RGB
CMYK
RGB Variations
Color information
#CF0734 (or 0xCF0734) is known color: Crimson. HEX triplet: CF, 07 and 34. RGB value is (207,7,52). Sum of RGB (Red+Green+Blue) = 207+7+52=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0734 is #30F8CB. Grayscale: #474747. Windows color (decimal): -3209420 or 3409871. OLE color: 3409871.
HSL color Cylindrical-coordinate representation of color #CF0734: hue angle of 346.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0734 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.19 |
| HSL | 346.5º | 0.93% | 0.42% | - |
| HSV(B) | 346.5º | 0.97% | 0.81% | - |
| XYZ | 26.43 | 13.67 | 4.49 | - |
| YUV | 71.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 52 | 0 | 0.97 | 0.75 | 0.19 | 346.5 | 0.93 | 0.42 |
| Hex | CF | 7 | 34 | 0 | 61 | 4B | 13 | 15A | 5D | 2A |
| Octal | 317 | 7 | 64 | 0 | 141 | 113 | 23 | 532 | 135 | 52 |
| Binary | 11001111 | 111 | 110100 | 0 | 1100001 | 1001011 | 10011 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CF0734
Complementary color
Monochromatic Colors of #CF0734
Black with #CF0734
Text Example
Text Example
White with #CF0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0734; }
p { color: rgb(207,7,52); }
H1.HeaderClassName
{
color: #CF0734;
}
.AnyTagClassName
{
color: #CF0734;
}
</style>
background-color css
<style>
a { background-color: #CF0734; }
a { background-color: rgb(207,7,52); }
div.DivClassName
{
background-color: #CF0734;
}
.BgClassName
{
background-color: #CF0734;
}
</style>
border-color css
<style>
span { border-color: #CF0734; }
span { border-color: rgb(207,7,52); }
td.TdClassName
{
border-color: #CF0734;
}
.TagClassName
{
border-color: #CF0734;
}
</style>