Shades of Crimson #CF073E
Tints of Crimson #CF073E
RGB
CMYK
RGB Variations
Color information
#CF073E (or 0xCF073E) is known color: Crimson. HEX triplet: CF, 07 and 3E. RGB value is (207,7,62). Sum of RGB (Red+Green+Blue) = 207+7+62=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF073E is #30F8C1. Grayscale: #494949. Windows color (decimal): -3209410 or 4065231. OLE color: 4065231.
HSL color Cylindrical-coordinate representation of color #CF073E: hue angle of 343.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 #CF073E is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.19 |
| HSL | 343.5º | 0.93% | 0.42% | - |
| HSV(B) | 343.5º | 0.97% | 0.81% | - |
| XYZ | 26.68 | 13.77 | 5.81 | - |
| YUV | 73.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 62 | 0 | 0.97 | 0.70 | 0.19 | 343.5 | 0.93 | 0.42 |
| Hex | CF | 7 | 3E | 0 | 61 | 46 | 13 | 158 | 5D | 2A |
| Octal | 317 | 7 | 76 | 0 | 141 | 106 | 23 | 530 | 135 | 52 |
| Binary | 11001111 | 111 | 111110 | 0 | 1100001 | 1000110 | 10011 | 101011000 | 1011101 | 101010 |
Color Harmonies of #CF073E
Complementary color
Monochromatic Colors of #CF073E
Black with #CF073E
Text Example
Text Example
White with #CF073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF073E; }
p { color: rgb(207,7,62); }
H1.HeaderClassName
{
color: #CF073E;
}
.AnyTagClassName
{
color: #CF073E;
}
</style>
background-color css
<style>
a { background-color: #CF073E; }
a { background-color: rgb(207,7,62); }
div.DivClassName
{
background-color: #CF073E;
}
.BgClassName
{
background-color: #CF073E;
}
</style>
border-color css
<style>
span { border-color: #CF073E; }
span { border-color: rgb(207,7,62); }
td.TdClassName
{
border-color: #CF073E;
}
.TagClassName
{
border-color: #CF073E;
}
</style>